diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..b03cdd84e061f0edee50b16fdef9a63002f1c738 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:20:14.199452+00:00", + "ended_at": "2026-05-19T16:20:18.915389+00:00", + "elapsed_ms": 4715.91, + "returncode": 1, + "prompt_metrics": { + "chars": 69061, + "bytes_utf8": 69061, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..bb20f832e81eeb0950b4a76fca5b01c22b748f23 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:20:19.920712+00:00", + "ended_at": "2026-05-19T16:20:24.424584+00:00", + "elapsed_ms": 4503.83, + "returncode": 1, + "prompt_metrics": { + "chars": 69061, + "bytes_utf8": 69061, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..c246575ea0c4b76bb24e243d1dc01de2fa2ac9c7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role filtered_stable_view. Focus on group_col=ae_000, measure_col=bx_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "ae_000", + "measure_col": "bx_000", + "top_k": 19, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 2988707.76, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..c246575ea0c4b76bb24e243d1dc01de2fa2ac9c7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role filtered_stable_view. Focus on group_col=ae_000, measure_col=bx_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "ae_000", + "measure_col": "bx_000", + "top_k": 19, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 2988707.76, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..85f408dd160154ad26699858468671e37eabf15d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4109-afff-7ca3-9050-929dc445f4b8"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..635a41b8c7040c075d1613a9d970b790babfa037 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4109-afff-7ca3-9050-929dc445f4b8"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ffaab9f6849005bb73084504f3b8ca12d6ddf19 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4109-c65d-72e1-af84-e204917fbaf5"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..643f34c5a0616075e1efc67d21e789262fa6a6c8 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4109-c65d-72e1-af84-e204917fbaf5"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0136a27a42f63a21/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_021cd12dc21a8a1b/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_021cd12dc21a8a1b/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..327f52ff368f8e2cac2c379719518ce11ac540d2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_021cd12dc21a8a1b/run_manifest.json @@ -0,0 +1,69 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:09:39.941963+00:00", + "ended_at": "2026-05-19T16:09:46.923430+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_021cd12dc21a8a1b", + "problem_id": "v2p_n18_5d2a7a4bf15b3b3e", + "dataset_id": "n18", + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "family_id": "subgroup_structure", + "canonical_subitem_id": "internal_profile_stability", + "intended_facet_id": "subgroup_distribution_shift", + "variant_semantic_role": "collapsed_target_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=ae_000, measure_col=ac_000.", + "bindings": { + "group_col": "ae_000", + "measure_col": "ac_000", + "top_k": 17, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 815.92, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "notes": [ + "default_facets=subgroup_distribution_shift,subgroup_rank_order,subgroup_conditional_contrast", + "template_selection_mode=rule", + "problem_index_within_template=3", + "sql_variant_index=2/2", + "binding_index=2" + ], + "template_selection_mode": "rule", + "selected_template_rank": 1, + "problem_index_within_template": 3, + "sql_variant_index": 2, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_021cd12dc21a8a1b/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_021cd12dc21a8a1b/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b532d6de463393c75e56e37bc866b1bdc0555da5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_021cd12dc21a8a1b/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:09:43.161282+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3187.95, "started_at": "2026-05-19T16:09:39.972232+00:00", "ended_at": "2026-05-19T16:09:43.160210+00:00", "prompt_metrics": {"chars": 68501, "bytes_utf8": 68501, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4100-02a0-71e2-9de7-ad3ba2006042\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:09:46.923347+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 2758.98, "started_at": "2026-05-19T16:09:44.163493+00:00", "ended_at": "2026-05-19T16:09:46.922509+00:00", "prompt_metrics": {"chars": 68501, "bytes_utf8": 68501, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4100-12eb-74d0-8898-aab89f79dd32\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_03128dfd9060bc78/final_answer.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_03128dfd9060bc78/final_answer.txt new file mode 100644 index 0000000000000000000000000000000000000000..da60d42398e05905394be476dd6f57620aa55ff3 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_03128dfd9060bc78/final_answer.txt @@ -0,0 +1 @@ +{"row_count": null, "preview_rows": [{"ch_000": "0", "total_rows": 57145, "missing_rows": 0, "missing_rate": 0.0}, {"ch_000": "", "total_rows": 18842, "missing_rows": 0, "missing_rate": 0.0}, {"ch_000": "2", "total_rows": 13, "missing_rows": 0, "missing_rate": 0.0}]} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_03128dfd9060bc78/generated_sql.sql b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_03128dfd9060bc78/generated_sql.sql new file mode 100644 index 0000000000000000000000000000000000000000..beac8a0c33213350869e88674bca14f5bb17ff7e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_03128dfd9060bc78/generated_sql.sql @@ -0,0 +1,21 @@ +-- sql_source_version: v2 +-- sql_source_label: v2_current +-- sql_source_run_id: v2_cli_20260502_081223_f +-- sql_source_dataset_id: n18 +-- family_id: missingness_structure +-- canonical_subitem_id: co_missingness_pattern_consistency +-- intended_facet_id: missing_target_interaction +-- variant_semantic_role: missing_target_interaction +-- template_id: tpl_missing_target_interaction +-- query_record_id: v2q_n18_03128dfd9060bc78 +-- problem_id: v2p_n18_257fb4690e7ba619 +-- realization_mode: deterministic +-- source_kind: deterministic +SELECT + "ch_000", + COUNT(*) AS total_rows, + SUM(CASE WHEN "cs_000" IS NULL THEN 1 ELSE 0 END) AS missing_rows, + AVG(CASE WHEN "cs_000" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate +FROM "n18" +GROUP BY "ch_000" +ORDER BY missing_rate DESC, total_rows DESC; diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_03128dfd9060bc78/query_results.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_03128dfd9060bc78/query_results.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..035da2f1181b08f9c3546afe00374a79abfdf81a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_03128dfd9060bc78/query_results.jsonl @@ -0,0 +1 @@ +{"node_name": "v2_template", "tool_name": "sqlite_query", "query": "-- sql_source_version: v2\n-- sql_source_label: v2_current\n-- sql_source_run_id: v2_cli_20260502_081223_f\n-- sql_source_dataset_id: n18\n-- family_id: missingness_structure\n-- canonical_subitem_id: co_missingness_pattern_consistency\n-- intended_facet_id: missing_target_interaction\n-- variant_semantic_role: missing_target_interaction\n-- template_id: tpl_missing_target_interaction\n-- query_record_id: v2q_n18_03128dfd9060bc78\n-- problem_id: v2p_n18_257fb4690e7ba619\n-- realization_mode: deterministic\n-- source_kind: deterministic\nSELECT\n \"ch_000\",\n COUNT(*) AS total_rows,\n SUM(CASE WHEN \"cs_000\" IS NULL THEN 1 ELSE 0 END) AS missing_rows,\n AVG(CASE WHEN \"cs_000\" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\nFROM \"n18\"\nGROUP BY \"ch_000\"\nORDER BY missing_rate DESC, total_rows DESC;", "result": "{\"query\": \"-- sql_source_version: v2\\n-- sql_source_label: v2_current\\n-- sql_source_run_id: v2_cli_20260502_081223_f\\n-- sql_source_dataset_id: n18\\n-- family_id: missingness_structure\\n-- canonical_subitem_id: co_missingness_pattern_consistency\\n-- intended_facet_id: missing_target_interaction\\n-- variant_semantic_role: missing_target_interaction\\n-- template_id: tpl_missing_target_interaction\\n-- query_record_id: v2q_n18_03128dfd9060bc78\\n-- problem_id: v2p_n18_257fb4690e7ba619\\n-- realization_mode: deterministic\\n-- source_kind: deterministic\\nSELECT\\n \\\"ch_000\\\",\\n COUNT(*) AS total_rows,\\n SUM(CASE WHEN \\\"cs_000\\\" IS NULL THEN 1 ELSE 0 END) AS missing_rows,\\n AVG(CASE WHEN \\\"cs_000\\\" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\\nFROM \\\"n18\\\"\\nGROUP BY \\\"ch_000\\\"\\nORDER BY missing_rate DESC, total_rows DESC;\", \"columns\": [\"ch_000\", \"total_rows\", \"missing_rows\", \"missing_rate\"], \"rows\": [{\"ch_000\": \"0\", \"total_rows\": 57145, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"ch_000\": \"\", \"total_rows\": 18842, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"ch_000\": \"2\", \"total_rows\": 13, \"missing_rows\": 0, \"missing_rate\": 0.0}], \"row_count_returned\": 3, \"row_limit\": 50, \"truncated\": false, \"elapsed_ms\": 73.46}"} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_03128dfd9060bc78/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_03128dfd9060bc78/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..43f9a906bdb5b8e08969ce75bc13cb1efdca2d25 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_03128dfd9060bc78/run_manifest.json @@ -0,0 +1,59 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:34:16.556549+00:00", + "ended_at": "2026-05-19T16:34:16.631431+00:00", + "status": "completed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_03128dfd9060bc78", + "problem_id": "v2p_n18_257fb4690e7ba619", + "dataset_id": "n18", + "template_id": "tpl_missing_target_interaction", + "template_name": "Missingness-Target Interaction", + "family_id": "missingness_structure", + "canonical_subitem_id": "co_missingness_pattern_consistency", + "intended_facet_id": "missing_target_interaction", + "variant_semantic_role": "missing_target_interaction", + "subitem_assignment_source": "template_fixed", + "source_kind": "deterministic", + "realization_mode": "deterministic", + "gate_priority": "deterministic", + "extended_family": false, + "question": "Use template Missingness-Target Interaction to probe co_missingness_pattern_consistency with semantic role missing_target_interaction. Focus on target_col=ch_000, missing_col=cs_000.", + "bindings": { + "missing_col": "cs_000", + "target_col": "ch_000" + }, + "binding_roles": [ + "missing_col", + "target_col" + ], + "coverage_target_min": "enumerate_all_applicable", + "runtime_sql_skeleton": "SELECT\n {target_col},\n COUNT(*) AS total_rows,\n SUM(CASE WHEN {missing_col} IS NULL THEN 1 ELSE 0 END) AS missing_rows,\n AVG(CASE WHEN {missing_col} IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\nFROM {table}\nGROUP BY {target_col}\nORDER BY missing_rate DESC, total_rows DESC;", + "notes": [ + "default_facets=missing_rate_by_subgroup,missing_target_interaction", + "template_selection_mode=deterministic", + "problem_index_within_template=9", + "sql_variant_index=1/1" + ], + "template_selection_mode": "deterministic", + "selected_template_rank": 0, + "problem_index_within_template": 9, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "generated_sql_path": "/data/jialinzhang/TabQueryBench/sql_workloads/v2_current/runs_and_launches/runs/v2_cli_20260502_081223_f/n18/sql/v2q_n18_03128dfd9060bc78.sql", + "usage_summary": { + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" + } +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_03128dfd9060bc78/usage_summary.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_03128dfd9060bc78/usage_summary.json new file mode 100644 index 0000000000000000000000000000000000000000..96c9ff4feec395919fc26411d18d078b8af6e1c7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_03128dfd9060bc78/usage_summary.json @@ -0,0 +1,9 @@ +{ + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_043696e3f6575fd5/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_043696e3f6575fd5/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..5b87656fcbd664961c983696d52ddd8a14020a39 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_043696e3f6575fd5/run_manifest.json @@ -0,0 +1,67 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:30:39.792168+00:00", + "ended_at": "2026-05-19T16:30:47.686637+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_043696e3f6575fd5", + "problem_id": "v2p_n18_cc1e022c0c1b808e", + "dataset_id": "n18", + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "family_id": "tail_rarity_structure", + "canonical_subitem_id": "tail_set_consistency", + "intended_facet_id": "low_support_extremes", + "variant_semantic_role": "rare_extreme_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Low-Support Group Count to probe tail_set_consistency with semantic role rare_extreme_view. Focus on group_col=aj_000.", + "bindings": { + "group_col": "aj_000", + "top_k": 14, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 7796.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "notes": [ + "default_facets=low_support_extremes", + "template_selection_mode=rule", + "problem_index_within_template=5", + "sql_variant_index=1/2", + "binding_index=124" + ], + "template_selection_mode": "rule", + "selected_template_rank": 11, + "problem_index_within_template": 5, + "sql_variant_index": 1, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_043696e3f6575fd5/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_043696e3f6575fd5/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..55897e254ee4f3507e261ae42ae7d3c3c0ab276d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_043696e3f6575fd5/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:30:43.161207+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3320.89, "started_at": "2026-05-19T16:30:39.839186+00:00", "ended_at": "2026-05-19T16:30:43.160128+00:00", "prompt_metrics": {"chars": 68493, "bytes_utf8": 68493, "lines": 2146, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4113-3c4c-7550-9b2a-3f9a681d07a6\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:30:47.686536+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3521.63, "started_at": "2026-05-19T16:30:44.163717+00:00", "ended_at": "2026-05-19T16:30:47.685393+00:00", "prompt_metrics": {"chars": 68493, "bytes_utf8": 68493, "lines": 2146, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4113-4d5b-7141-b798-89d8f6af2331\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..0e801d8f36813854a36d7402f56cff5d2f4bbcca --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:21:15.803529+00:00", + "ended_at": "2026-05-19T16:21:18.874240+00:00", + "elapsed_ms": 3070.67, + "returncode": 1, + "prompt_metrics": { + "chars": 69056, + "bytes_utf8": 69056, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..c72565d7ac7678bf0178ec1a1defa5de789139b6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role filtered_stable_view. Focus on group_col=ar_000, measure_col=ca_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "ar_000", + "measure_col": "ca_000", + "top_k": 12, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 57472.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..c72565d7ac7678bf0178ec1a1defa5de789139b6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role filtered_stable_view. Focus on group_col=ar_000, measure_col=ca_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "ar_000", + "measure_col": "ca_000", + "top_k": 12, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 57472.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..82efb22ae2eea53c2147a0f5034054934a083c54 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410a-8fb1-7881-b6e6-c14bd4a3097e"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..09fb43b0647d1d89699cd2bbef59bbbeea12bdff --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410a-8fb1-7881-b6e6-c14bd4a3097e"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..2cb4adabfadc48781c081c2a9bbc0e205854636b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410a-a0fa-7373-be3e-8a8e5958e721"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a14355bbf89878de2bf15a5516105f9f93a0bad --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410a-a0fa-7373-be3e-8a8e5958e721"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_04c8c0b5fbbfd5c6/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..e4203ccc8657cd48f7bcfdef0cc5a57563478854 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:24:17.096908+00:00", + "ended_at": "2026-05-19T16:24:24.237176+00:00", + "elapsed_ms": 7140.21, + "returncode": 1, + "prompt_metrics": { + "chars": 68678, + "bytes_utf8": 68678, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..2429adceff65f1364e827db38f52ee626699afae --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:24:25.240788+00:00", + "ended_at": "2026-05-19T16:24:29.633606+00:00", + "elapsed_ms": 4392.77, + "returncode": 1, + "prompt_metrics": { + "chars": 68678, + "bytes_utf8": 68678, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..1be75021d178953398be18030dccd13f20a1a84a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role focused_target_view. Focus on group_col=cs_008, measure_col=cm_000.", + "planned_template_id": "tpl_grouped_percentile_point", + "bindings": { + "group_col": "cs_008", + "measure_col": "cm_000", + "top_k": 13, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 652.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..1be75021d178953398be18030dccd13f20a1a84a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role focused_target_view. Focus on group_col=cs_008, measure_col=cm_000.", + "planned_template_id": "tpl_grouped_percentile_point", + "bindings": { + "group_col": "cs_008", + "measure_col": "cm_000", + "top_k": 13, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 652.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ce18f5bce9786da65b30c7c52335a427392a61e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410d-6536-7cb0-8d02-8968a83cbf78"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..3bad964501998b33a8f7be9a09a81182e02c6dd9 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410d-6536-7cb0-8d02-8968a83cbf78"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..9628f4f0c20f48fedbd4e1318db6d1729d29e979 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410d-855e-71a1-98f8-e9c923260c8f"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8cd7f9a1f6624eb0d8840865470910e859c71c4 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410d-855e-71a1-98f8-e9c923260c8f"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_079b0afcd8cadf6e/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..fdf4c27c495e1d87d2692f18d67cd64b25465a94 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:13:24.178584+00:00", + "ended_at": "2026-05-19T16:13:28.460225+00:00", + "elapsed_ms": 4281.61, + "returncode": 1, + "prompt_metrics": { + "chars": 68911, + "bytes_utf8": 68911, + "lines": 2150, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..151c28faff6a4e1e4562354d345b33680b541a9f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:13:29.465415+00:00", + "ended_at": "2026-05-19T16:13:32.658848+00:00", + "elapsed_ms": 3193.28, + "returncode": 1, + "prompt_metrics": { + "chars": 68911, + "bytes_utf8": 68911, + "lines": 2150, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7d687c162f53e416ba988fafe2bab40e219a144 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2150 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "required_roles": [ + "group_col", + "item_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role within_group_proportion. Focus on group_col=af_000, measure_col=ay_003.", + "planned_template_id": "tpl_tpcds_within_group_share", + "bindings": { + "group_col": "af_000", + "measure_col": "ay_003", + "item_col": "at_000", + "top_k": 17, + "top_n": 7, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 7033.92, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7d687c162f53e416ba988fafe2bab40e219a144 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2150 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "required_roles": [ + "group_col", + "item_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role within_group_proportion. Focus on group_col=af_000, measure_col=ay_003.", + "planned_template_id": "tpl_tpcds_within_group_share", + "bindings": { + "group_col": "af_000", + "measure_col": "ay_003", + "item_col": "at_000", + "top_k": 17, + "top_n": 7, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 7033.92, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..2cce371305acac14d9c8e77ebca683177487dfd0 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4103-6e60-7ce3-af49-b17cfc296a97"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bd419e3d19b3d6b4d09ad358819c2cc7eb7298c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4103-6e60-7ce3-af49-b17cfc296a97"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..47a8225540577de9c38c92ec6758229ab8b16486 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4103-8301-7ee2-b2f2-60c644780f01"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6322b32b6af72a5e18081226362108bfcd62307 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4103-8301-7ee2-b2f2-60c644780f01"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_07ba4aff743acc10/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a3458707cb0db4d/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a3458707cb0db4d/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..b2e26767770d0a1dd5cd5e99f18e28f763e078b8 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a3458707cb0db4d/run_manifest.json @@ -0,0 +1,69 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:23:24.721927+00:00", + "ended_at": "2026-05-19T16:23:36.976191+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_0a3458707cb0db4d", + "problem_id": "v2p_n18_6252d2c3b1904d05", + "dataset_id": "n18", + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "family_id": "tail_rarity_structure", + "canonical_subitem_id": "tail_concentration_consistency", + "intended_facet_id": "rare_target_concentration", + "variant_semantic_role": "focused_target_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role focused_target_view. Focus on group_col=cg_000, measure_col=cj_000.", + "bindings": { + "group_col": "cg_000", + "measure_col": "cj_000", + "top_k": 15, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 26188.5312, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "notes": [ + "default_facets=rare_target_concentration", + "template_selection_mode=rule", + "problem_index_within_template=2", + "sql_variant_index=2/2", + "binding_index=85" + ], + "template_selection_mode": "rule", + "selected_template_rank": 8, + "problem_index_within_template": 2, + "sql_variant_index": 2, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a3458707cb0db4d/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a3458707cb0db4d/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..10669878a1824795bcb8008e96c986c1bd66908f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a3458707cb0db4d/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:23:28.603129+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3838.42, "started_at": "2026-05-19T16:23:24.762240+00:00", "ended_at": "2026-05-19T16:23:28.600704+00:00", "prompt_metrics": {"chars": 68685, "bytes_utf8": 68685, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410c-98d5-7a02-8b78-dfb1b11cea0b\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:23:36.976073+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 7368.8, "started_at": "2026-05-19T16:23:29.605908+00:00", "ended_at": "2026-05-19T16:23:36.974758+00:00", "prompt_metrics": {"chars": 68685, "bytes_utf8": 68685, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410c-abaa-7112-a32c-867f190b5cc6\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..b7152294f4ffaf46ceacbbe42fe429b7736d7e4c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:27:49.108501+00:00", + "ended_at": "2026-05-19T16:27:52.582717+00:00", + "elapsed_ms": 3474.16, + "returncode": 1, + "prompt_metrics": { + "chars": 68754, + "bytes_utf8": 68754, + "lines": 2151, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..d8243d1670f7161104e3a3bee427aa4285e8ca57 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:27:53.586449+00:00", + "ended_at": "2026-05-19T16:27:57.077431+00:00", + "elapsed_ms": 3490.93, + "returncode": 1, + "prompt_metrics": { + "chars": 68754, + "bytes_utf8": 68754, + "lines": 2151, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..8dff248ef5ade4c342c0ffc37fc219e9ee58e22c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2151 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_group_condition_rate", + "template_name": "Grouped Condition Rate", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;", + "required_roles": [ + "group_col", + "condition_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Condition Rate to probe dependency_strength_similarity with semantic role within_group_proportion. Focus on group_col=as_000, condition_col=class.", + "planned_template_id": "tpl_m4_group_condition_rate", + "bindings": { + "group_col": "as_000", + "condition_col": "class", + "condition_value": "neg", + "positive_value": "neg", + "negative_value": "pos", + "top_k": 12, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 4430.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..8dff248ef5ade4c342c0ffc37fc219e9ee58e22c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2151 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_group_condition_rate", + "template_name": "Grouped Condition Rate", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;", + "required_roles": [ + "group_col", + "condition_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Condition Rate to probe dependency_strength_similarity with semantic role within_group_proportion. Focus on group_col=as_000, condition_col=class.", + "planned_template_id": "tpl_m4_group_condition_rate", + "bindings": { + "group_col": "as_000", + "condition_col": "class", + "condition_value": "neg", + "positive_value": "neg", + "negative_value": "pos", + "top_k": 12, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 4430.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d710616cabfc12bdf0534f97c48ab1e3729a01a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4110-a14d-7543-9b86-7d3dc91037ff"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..7604682f31d9d0a3f8b5a8a4ad69638fdc95f3b1 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4110-a14d-7543-9b86-7d3dc91037ff"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..614c2b58b6350ff0b4046a41a19784811c834099 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4110-b2dc-7c80-9989-334578e9d91a"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..46d572f6d91c19443b278e20fe2cfa67ba839e71 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4110-b2dc-7c80-9989-334578e9d91a"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0a4c5bf2b8f45278/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0d4e7d2902c5084f/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0d4e7d2902c5084f/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c81918fda6a006a105010bd31e66df38942ea8c0 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0d4e7d2902c5084f/run_manifest.json @@ -0,0 +1,71 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:13:08.462038+00:00", + "ended_at": "2026-05-19T16:13:15.587025+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_0d4e7d2902c5084f", + "problem_id": "v2p_n18_e1313a11cb031734", + "dataset_id": "n18", + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "family_id": "conditional_dependency_structure", + "canonical_subitem_id": "dependency_strength_similarity", + "intended_facet_id": "pairwise_conditional_dependency", + "variant_semantic_role": "focused_target_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role focused_target_view. Focus on group_col=ae_000, measure_col=ax_000.", + "bindings": { + "group_col": "ae_000", + "measure_col": "ax_000", + "item_col": "as_000", + "top_k": 16, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 623.12, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "item_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "notes": [ + "default_facets=pairwise_conditional_dependency", + "template_selection_mode=rule", + "problem_index_within_template=3", + "sql_variant_index=2/2", + "binding_index=26" + ], + "template_selection_mode": "rule", + "selected_template_rank": 3, + "problem_index_within_template": 3, + "sql_variant_index": 2, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0d4e7d2902c5084f/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0d4e7d2902c5084f/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..fa8a6e6cc017f8cef39b9e0e76cf98188344c5cf --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_0d4e7d2902c5084f/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:13:11.376283+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 2887.49, "started_at": "2026-05-19T16:13:08.487856+00:00", "ended_at": "2026-05-19T16:13:11.375376+00:00", "prompt_metrics": {"chars": 68905, "bytes_utf8": 68905, "lines": 2150, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4103-30f2-7321-9dec-07d2f6af5f80\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:13:15.586912+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3207.17, "started_at": "2026-05-19T16:13:12.378758+00:00", "ended_at": "2026-05-19T16:13:15.585967+00:00", "prompt_metrics": {"chars": 68905, "bytes_utf8": 68905, "lines": 2150, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4103-4034-7242-b76f-e8e5bf60ef9a\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..a9f4bca12c1c45e2699e9a6935d31a4851d02214 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:33:58.393350+00:00", + "ended_at": "2026-05-19T16:34:01.931817+00:00", + "elapsed_ms": 3538.41, + "returncode": 1, + "prompt_metrics": { + "chars": 68588, + "bytes_utf8": 68588, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..edf07bb3e6ff62b113d6cece032c5a66dd0ce847 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:34:02.938175+00:00", + "ended_at": "2026-05-19T16:34:06.499262+00:00", + "elapsed_ms": 3561.02, + "returncode": 1, + "prompt_metrics": { + "chars": 68588, + "bytes_utf8": 68588, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..2145dc3d5fe4165b2396d8c27c5a87b19246bdb2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Window Partition Average to probe slice_level_consistency with semantic role filtered_stable_view. Focus on group_col=dh_000, measure_col=ee_001.", + "planned_template_id": "tpl_m4_window_partition_avg", + "bindings": { + "group_col": "dh_000", + "measure_col": "ee_001", + "top_k": 10, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 546652.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..2145dc3d5fe4165b2396d8c27c5a87b19246bdb2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Window Partition Average to probe slice_level_consistency with semantic role filtered_stable_view. Focus on group_col=dh_000, measure_col=ee_001.", + "planned_template_id": "tpl_m4_window_partition_avg", + "bindings": { + "group_col": "dh_000", + "measure_col": "ee_001", + "top_k": 10, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 546652.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..c56c5ea8bbc862f9f8daf27cf9c8d26d183457da --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4116-4404-7d31-a1d0-ae556b8da2ef"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..cdda0200a7825f61a054dc99f09ab100987ac019 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4116-4404-7d31-a1d0-ae556b8da2ef"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..25a8629d3ad939a6665b73f99f377772e713621c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4116-55aa-7dd3-a81b-9109bc4d9971"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..619ecba9fa33fc8fa17f9f6c7fe068080abb626f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4116-55aa-7dd3-a81b-9109bc4d9971"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1045ea31a4a2f6fa/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_114f8b3bd8ed5b26/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_114f8b3bd8ed5b26/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d60c05600bd53302ddc0ebb89329b7a9241deb43 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_114f8b3bd8ed5b26/run_manifest.json @@ -0,0 +1,69 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:19:10.700817+00:00", + "ended_at": "2026-05-19T16:19:23.737255+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_114f8b3bd8ed5b26", + "problem_id": "v2p_n18_7c1295eea3769d0f", + "dataset_id": "n18", + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "family_id": "tail_rarity_structure", + "canonical_subitem_id": "tail_mass_similarity", + "intended_facet_id": "tail_ranked_signal", + "variant_semantic_role": "count_distribution", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=class, measure_col=bu_000.", + "bindings": { + "group_col": "class", + "measure_col": "bu_000", + "top_k": 12, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 3031738.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "notes": [ + "default_facets=tail_ranked_signal", + "template_selection_mode=rule", + "problem_index_within_template=1", + "sql_variant_index=1/2", + "binding_index=72" + ], + "template_selection_mode": "rule", + "selected_template_rank": 7, + "problem_index_within_template": 1, + "sql_variant_index": 1, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_114f8b3bd8ed5b26/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_114f8b3bd8ed5b26/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..e0dc782887c1216745f552245e5df04a59ae1742 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_114f8b3bd8ed5b26/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:19:14.047399+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3318.92, "started_at": "2026-05-19T16:19:10.726493+00:00", "ended_at": "2026-05-19T16:19:14.045445+00:00", "prompt_metrics": {"chars": 69055, "bytes_utf8": 69055, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4108-b803-7ed1-847c-0fe9cd60ddd5\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:19:23.737152+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 8686.58, "started_at": "2026-05-19T16:19:15.049474+00:00", "ended_at": "2026-05-19T16:19:23.736089+00:00", "prompt_metrics": {"chars": 69055, "bytes_utf8": 69055, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4108-c905-71c3-8b96-4055fb5a6f25\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_179ad293922a546f/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_179ad293922a546f/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..0eb0664285bdc0bf04dfa277370febf9f62da9a9 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_179ad293922a546f/run_manifest.json @@ -0,0 +1,72 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:16:08.969438+00:00", + "ended_at": "2026-05-19T16:16:17.115760+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_179ad293922a546f", + "problem_id": "v2p_n18_143bc764defe841d", + "dataset_id": "n18", + "template_id": "tpl_m4_group_ratio_two_conditions", + "template_name": "Grouped Ratio of Two Conditions", + "family_id": "conditional_dependency_structure", + "canonical_subitem_id": "direction_consistency", + "intended_facet_id": "conditional_rate_shift", + "variant_semantic_role": "contrastive_conditional_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Ratio of Two Conditions to probe direction_consistency with semantic role contrastive_conditional_view. Focus on group_col=cy_000, condition_col=class.", + "bindings": { + "group_col": "cy_000", + "condition_col": "class", + "condition_value": "neg", + "positive_value": "neg", + "negative_value": "pos", + "top_k": 12, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 1208.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "condition_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col},\n SUM(CASE WHEN {condition_col} = {positive_value} THEN 1 ELSE 0 END) AS numerator_count,\n SUM(CASE WHEN {condition_col} = {negative_value} THEN 1 ELSE 0 END) AS denominator_count\n FROM {table}\n GROUP BY {group_col}\n)\nSELECT {group_col},\n CAST(numerator_count AS FLOAT) / NULLIF(denominator_count, 0) AS condition_ratio\nFROM grouped\nORDER BY condition_ratio DESC;", + "notes": [ + "default_facets=conditional_rate_shift", + "template_selection_mode=rule", + "problem_index_within_template=7", + "sql_variant_index=1/1", + "binding_index=42" + ], + "template_selection_mode": "rule", + "selected_template_rank": 4, + "problem_index_within_template": 7, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_179ad293922a546f/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_179ad293922a546f/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a7e2efa032f451756a04dcea50a52e2ddc619dc2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_179ad293922a546f/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:16:12.472027+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3453.09, "started_at": "2026-05-19T16:16:09.017589+00:00", "ended_at": "2026-05-19T16:16:12.470728+00:00", "prompt_metrics": {"chars": 69310, "bytes_utf8": 69310, "lines": 2151, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4105-f2ea-78b0-9d5b-3a972998b687\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:16:17.115605+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3639.38, "started_at": "2026-05-19T16:16:13.474576+00:00", "ended_at": "2026-05-19T16:16:17.114072+00:00", "prompt_metrics": {"chars": 69310, "bytes_utf8": 69310, "lines": 2151, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4106-040b-7102-8775-0fe0984c56b5\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..0ccbd29080f76f73c4ae5b1af137e66b3fc35d87 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:27:32.110679+00:00", + "ended_at": "2026-05-19T16:27:36.687799+00:00", + "elapsed_ms": 4577.07, + "returncode": 1, + "prompt_metrics": { + "chars": 68739, + "bytes_utf8": 68739, + "lines": 2151, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..4da6d484f4abe3874dfe3c1250977c353586058a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:27:37.694439+00:00", + "ended_at": "2026-05-19T16:27:41.111621+00:00", + "elapsed_ms": 3417.11, + "returncode": 1, + "prompt_metrics": { + "chars": 68739, + "bytes_utf8": 68739, + "lines": 2151, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a1d138aeac724e5738f2b1f279e9cdc03dfe862 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2151 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_group_condition_rate", + "template_name": "Grouped Condition Rate", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;", + "required_roles": [ + "group_col", + "condition_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Condition Rate to probe direction_consistency with semantic role focused_target_view. Focus on group_col=ar_000, condition_col=ch_000.", + "planned_template_id": "tpl_m4_group_condition_rate", + "bindings": { + "group_col": "ar_000", + "condition_col": "ch_000", + "condition_value": "0", + "positive_value": "0", + "negative_value": "2", + "top_k": 11, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 3031738.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a1d138aeac724e5738f2b1f279e9cdc03dfe862 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2151 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_group_condition_rate", + "template_name": "Grouped Condition Rate", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;", + "required_roles": [ + "group_col", + "condition_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Condition Rate to probe direction_consistency with semantic role focused_target_view. Focus on group_col=ar_000, condition_col=ch_000.", + "planned_template_id": "tpl_m4_group_condition_rate", + "bindings": { + "group_col": "ar_000", + "condition_col": "ch_000", + "condition_value": "0", + "positive_value": "0", + "negative_value": "2", + "top_k": 11, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 3031738.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e7118e8a85d1ff568a3a00db6c236965935fa7a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4110-5f1c-7d50-b347-deb3c2ad490e"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..caef8371685d7d786fc39f65ec41e16782a9be38 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4110-5f1c-7d50-b347-deb3c2ad490e"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..5dcc9a2972a2691e814b1dc3bb06e63520a7815d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4110-74e7-75e0-95f4-50d13e1d94f1"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a1375ba07e53820b1dc9e11a0d10a47449638e6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4110-74e7-75e0-95f4-50d13e1d94f1"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_17a9f7d665c63a27/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..6f423271e5d33facd279f876cf6b78d3c3c8e55f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:30:55.993196+00:00", + "ended_at": "2026-05-19T16:30:59.651345+00:00", + "elapsed_ms": 3658.1, + "returncode": 1, + "prompt_metrics": { + "chars": 68494, + "bytes_utf8": 68494, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..7af801040101d2f575a522fd66eab82029fa1141 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:31:00.657117+00:00", + "ended_at": "2026-05-19T16:31:04.360046+00:00", + "elapsed_ms": 3702.86, + "returncode": 1, + "prompt_metrics": { + "chars": 68494, + "bytes_utf8": 68494, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e80cb88b9f771befad3a11fc4607f8266d1e6b26 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Low-Support Group Count to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=ar_000.", + "planned_template_id": "tpl_tail_low_support_group_count_v2", + "bindings": { + "group_col": "ar_000", + "top_k": 10, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 18072.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e80cb88b9f771befad3a11fc4607f8266d1e6b26 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Low-Support Group Count to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=ar_000.", + "planned_template_id": "tpl_tail_low_support_group_count_v2", + "bindings": { + "group_col": "ar_000", + "top_k": 10, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 18072.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..be07ef495865b4d0f856c03d809dee4be512faf2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-7b7c-77d3-8288-fb48e8e48668"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..def03f841ad05bee9e210282e127ae108de27a67 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-7b7c-77d3-8288-fb48e8e48668"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6af179339a9400d4e7e89355f310f5bd4aa2cc9 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-8db0-78d0-b06b-1e2b5cfd0c3c"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dad22f469a6456dd5af9ad1157544fbf50d2df1 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-8db0-78d0-b06b-1e2b5cfd0c3c"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180ad22eb1a24633/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..205c8b63090ce96fcda4cd5a6c0ab551fdd40ef6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:25:41.982445+00:00", + "ended_at": "2026-05-19T16:25:45.595976+00:00", + "elapsed_ms": 3613.48, + "returncode": 1, + "prompt_metrics": { + "chars": 68681, + "bytes_utf8": 68681, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..310fd538dff1f1e97a948416b11f7cefa6e1fa54 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:25:46.600429+00:00", + "ended_at": "2026-05-19T16:25:49.933497+00:00", + "elapsed_ms": 3333.02, + "returncode": 1, + "prompt_metrics": { + "chars": 68681, + "bytes_utf8": 68681, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ef7c3c34e2075819985c500e606983b1fc1e234 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role ranked_signal_view. Focus on group_col=dh_000, measure_col=cn_003.", + "planned_template_id": "tpl_grouped_percentile_point", + "bindings": { + "group_col": "dh_000", + "measure_col": "cn_003", + "top_k": 17, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 53899.92, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ef7c3c34e2075819985c500e606983b1fc1e234 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role ranked_signal_view. Focus on group_col=dh_000, measure_col=cn_003.", + "planned_template_id": "tpl_grouped_percentile_point", + "bindings": { + "group_col": "dh_000", + "measure_col": "cn_003", + "top_k": 17, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 53899.92, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..58f1915f61f9a1f84297e02771a0361e5d8f3281 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410e-b0da-7d72-be76-b9a81a150363"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb12a2649f1922171da51348feaf2b4148c098ae --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410e-b0da-7d72-be76-b9a81a150363"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..88ad280f81f1c777711b69680ecf9c00f88d891b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410e-c2e6-72f3-8a73-c89de5af6920"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a0553a61b09f71c05acb9bbbe20b2e1aae47ddd --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410e-c2e6-72f3-8a73-c89de5af6920"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_180f44c0a3541c93/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..8cdaeb77aa39940c27c1adfc597ada21ca94ab95 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:09:46.953075+00:00", + "ended_at": "2026-05-19T16:09:50.076724+00:00", + "elapsed_ms": 3123.63, + "returncode": 1, + "prompt_metrics": { + "chars": 68498, + "bytes_utf8": 68498, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..f6026803df8636cdc393fb739243c4d3097ff96d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:09:51.079454+00:00", + "ended_at": "2026-05-19T16:09:54.155430+00:00", + "elapsed_ms": 3075.95, + "returncode": 1, + "prompt_metrics": { + "chars": 68498, + "bytes_utf8": 68498, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d5122d9e07a6591fad1118f269b88534f11b1bf --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "primary_family": "subgroup_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=af_000, measure_col=ad_000.", + "planned_template_id": "tpl_h2o_group_sum", + "bindings": { + "group_col": "af_000", + "measure_col": "ad_000", + "top_k": 13, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 952.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d5122d9e07a6591fad1118f269b88534f11b1bf --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "primary_family": "subgroup_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=af_000, measure_col=ad_000.", + "planned_template_id": "tpl_h2o_group_sum", + "bindings": { + "group_col": "af_000", + "measure_col": "ad_000", + "top_k": 13, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 952.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..dcfd6152bcf658b7c205d6bd8b338e3fce988987 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4100-1dba-7b91-9592-1160cd9dc917"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e594846c95438a00de01ec555675e1830257cf44 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4100-1dba-7b91-9592-1160cd9dc917"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..21be06f2c21e36b49f8a109bd1c099f1844025b6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4100-2dfd-73c2-a6fc-b189a17eb742"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..17a9c759afe02354ba7fe870930bcc7bd1209c62 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4100-2dfd-73c2-a6fc-b189a17eb742"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_185942d015909245/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1b16bc726b5d64fc/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1b16bc726b5d64fc/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..beac7c0431c5995b5f05ceee8d110027310ca941 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1b16bc726b5d64fc/run_manifest.json @@ -0,0 +1,67 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:11:26.215152+00:00", + "ended_at": "2026-05-19T16:11:34.025009+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_1b16bc726b5d64fc", + "problem_id": "v2p_n18_ab8e6ce364dabfca", + "dataset_id": "n18", + "template_id": "tpl_clickbench_group_count", + "template_name": "Grouped Count by Category", + "family_id": "subgroup_structure", + "canonical_subitem_id": "subgroup_size_stability", + "intended_facet_id": "subgroup_distribution_shift", + "variant_semantic_role": "count_distribution", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Count by Category to probe subgroup_size_stability with semantic role count_distribution. Focus on group_col=cg_000.", + "bindings": { + "group_col": "cg_000", + "top_k": 13, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 576.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col}, COUNT(*) AS row_count\nFROM {table}\nGROUP BY {group_col}\nORDER BY row_count DESC;", + "notes": [ + "default_facets=subgroup_distribution_shift", + "template_selection_mode=rule", + "problem_index_within_template=2", + "sql_variant_index=1/1", + "binding_index=13" + ], + "template_selection_mode": "rule", + "selected_template_rank": 2, + "problem_index_within_template": 2, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1b16bc726b5d64fc/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1b16bc726b5d64fc/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a3f1382ee6581032ffba120a7d81a7392e2e42bc --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1b16bc726b5d64fc/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:11:29.643437+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3397.94, "started_at": "2026-05-19T16:11:26.244559+00:00", "ended_at": "2026-05-19T16:11:29.642525+00:00", "prompt_metrics": {"chars": 68412, "bytes_utf8": 68412, "lines": 2146, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4101-a1a3-7113-aa68-28ad076557e3\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:11:34.024911+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3377.2, "started_at": "2026-05-19T16:11:30.646591+00:00", "ended_at": "2026-05-19T16:11:34.023821+00:00", "prompt_metrics": {"chars": 68412, "bytes_utf8": 68412, "lines": 2146, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4101-b2d3-73b3-bee9-502d8f290bb5\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1e1fccb1d6a6c0c0/final_answer.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1e1fccb1d6a6c0c0/final_answer.txt new file mode 100644 index 0000000000000000000000000000000000000000..089129e97ae026d73a0440aef6139e574725106f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1e1fccb1d6a6c0c0/final_answer.txt @@ -0,0 +1 @@ +{"row_count": null, "preview_rows": [{"total_rows": 76000, "missing_rows": 0, "missing_rate": 0.0}]} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1e1fccb1d6a6c0c0/generated_sql.sql b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1e1fccb1d6a6c0c0/generated_sql.sql new file mode 100644 index 0000000000000000000000000000000000000000..36bb0a9045da289464952cdde50a610bd8353f64 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1e1fccb1d6a6c0c0/generated_sql.sql @@ -0,0 +1,18 @@ +-- sql_source_version: v2 +-- sql_source_label: v2_current +-- sql_source_run_id: v2_cli_20260502_081223_f +-- sql_source_dataset_id: n18 +-- family_id: missingness_structure +-- canonical_subitem_id: marginal_missing_rate_consistency +-- intended_facet_id: missing_indicator_distribution +-- variant_semantic_role: missing_indicator_view +-- template_id: tpl_missing_marginal_rate_profile +-- query_record_id: v2q_n18_1e1fccb1d6a6c0c0 +-- problem_id: v2p_n18_bbb0313dd4e66d26 +-- realization_mode: deterministic +-- source_kind: deterministic +SELECT + COUNT(*) AS total_rows, + SUM(CASE WHEN "cn_000" IS NULL THEN 1 ELSE 0 END) AS missing_rows, + AVG(CASE WHEN "cn_000" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate +FROM "n18"; diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1e1fccb1d6a6c0c0/query_results.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1e1fccb1d6a6c0c0/query_results.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5def89b18b07ac13157070015d07574ff65c9fa3 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1e1fccb1d6a6c0c0/query_results.jsonl @@ -0,0 +1 @@ +{"node_name": "v2_template", "tool_name": "sqlite_query", "query": "-- sql_source_version: v2\n-- sql_source_label: v2_current\n-- sql_source_run_id: v2_cli_20260502_081223_f\n-- sql_source_dataset_id: n18\n-- family_id: missingness_structure\n-- canonical_subitem_id: marginal_missing_rate_consistency\n-- intended_facet_id: missing_indicator_distribution\n-- variant_semantic_role: missing_indicator_view\n-- template_id: tpl_missing_marginal_rate_profile\n-- query_record_id: v2q_n18_1e1fccb1d6a6c0c0\n-- problem_id: v2p_n18_bbb0313dd4e66d26\n-- realization_mode: deterministic\n-- source_kind: deterministic\nSELECT\n COUNT(*) AS total_rows,\n SUM(CASE WHEN \"cn_000\" IS NULL THEN 1 ELSE 0 END) AS missing_rows,\n AVG(CASE WHEN \"cn_000\" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\nFROM \"n18\";", "result": "{\"query\": \"-- sql_source_version: v2\\n-- sql_source_label: v2_current\\n-- sql_source_run_id: v2_cli_20260502_081223_f\\n-- sql_source_dataset_id: n18\\n-- family_id: missingness_structure\\n-- canonical_subitem_id: marginal_missing_rate_consistency\\n-- intended_facet_id: missing_indicator_distribution\\n-- variant_semantic_role: missing_indicator_view\\n-- template_id: tpl_missing_marginal_rate_profile\\n-- query_record_id: v2q_n18_1e1fccb1d6a6c0c0\\n-- problem_id: v2p_n18_bbb0313dd4e66d26\\n-- realization_mode: deterministic\\n-- source_kind: deterministic\\nSELECT\\n COUNT(*) AS total_rows,\\n SUM(CASE WHEN \\\"cn_000\\\" IS NULL THEN 1 ELSE 0 END) AS missing_rows,\\n AVG(CASE WHEN \\\"cn_000\\\" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\\nFROM \\\"n18\\\";\", \"columns\": [\"total_rows\", \"missing_rows\", \"missing_rate\"], \"rows\": [{\"total_rows\": 76000, \"missing_rows\": 0, \"missing_rate\": 0.0}], \"row_count_returned\": 1, \"row_limit\": 50, \"truncated\": false, \"elapsed_ms\": 46.73}"} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1e1fccb1d6a6c0c0/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1e1fccb1d6a6c0c0/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..fbe7340a9dfff053e47107d1f26a9329cc9fe537 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1e1fccb1d6a6c0c0/run_manifest.json @@ -0,0 +1,57 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:34:14.881134+00:00", + "ended_at": "2026-05-19T16:34:14.928877+00:00", + "status": "completed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_1e1fccb1d6a6c0c0", + "problem_id": "v2p_n18_bbb0313dd4e66d26", + "dataset_id": "n18", + "template_id": "tpl_missing_marginal_rate_profile", + "template_name": "Marginal Missing Rate Profile", + "family_id": "missingness_structure", + "canonical_subitem_id": "marginal_missing_rate_consistency", + "intended_facet_id": "missing_indicator_distribution", + "variant_semantic_role": "missing_indicator_view", + "subitem_assignment_source": "template_fixed", + "source_kind": "deterministic", + "realization_mode": "deterministic", + "gate_priority": "deterministic", + "extended_family": false, + "question": "Use template Marginal Missing Rate Profile to probe marginal_missing_rate_consistency with semantic role missing_indicator_view. Focus on missing_col=cn_000.", + "bindings": { + "missing_col": "cn_000" + }, + "binding_roles": [ + "missing_col" + ], + "coverage_target_min": "enumerate_all_applicable", + "runtime_sql_skeleton": "SELECT\n COUNT(*) AS total_rows,\n SUM(CASE WHEN {missing_col} IS NULL THEN 1 ELSE 0 END) AS missing_rows,\n AVG(CASE WHEN {missing_col} IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\nFROM {table};", + "notes": [ + "default_facets=missing_indicator_distribution", + "template_selection_mode=deterministic", + "problem_index_within_template=8", + "sql_variant_index=1/1" + ], + "template_selection_mode": "deterministic", + "selected_template_rank": 0, + "problem_index_within_template": 8, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "generated_sql_path": "/data/jialinzhang/TabQueryBench/sql_workloads/v2_current/runs_and_launches/runs/v2_cli_20260502_081223_f/n18/sql/v2q_n18_1e1fccb1d6a6c0c0.sql", + "usage_summary": { + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" + } +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1e1fccb1d6a6c0c0/usage_summary.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1e1fccb1d6a6c0c0/usage_summary.json new file mode 100644 index 0000000000000000000000000000000000000000..96c9ff4feec395919fc26411d18d078b8af6e1c7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_1e1fccb1d6a6c0c0/usage_summary.json @@ -0,0 +1,9 @@ +{ + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_22c70b5a656dd23c/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_22c70b5a656dd23c/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..ccfecd819eaae7d17040677179a6bce9b3a30a9f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_22c70b5a656dd23c/run_manifest.json @@ -0,0 +1,69 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:21:18.875664+00:00", + "ended_at": "2026-05-19T16:21:37.646767+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_22c70b5a656dd23c", + "problem_id": "v2p_n18_bc3fd94f0d18f41c", + "dataset_id": "n18", + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "family_id": "tail_rarity_structure", + "canonical_subitem_id": "tail_mass_similarity", + "intended_facet_id": "tail_ranked_signal", + "variant_semantic_role": "count_distribution", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=ar_000, measure_col=ca_000.", + "bindings": { + "group_col": "ar_000", + "measure_col": "ca_000", + "top_k": 17, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 53978.56, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "notes": [ + "default_facets=tail_ranked_signal", + "template_selection_mode=rule", + "problem_index_within_template=6", + "sql_variant_index=2/2", + "binding_index=77" + ], + "template_selection_mode": "rule", + "selected_template_rank": 7, + "problem_index_within_template": 6, + "sql_variant_index": 2, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_22c70b5a656dd23c/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_22c70b5a656dd23c/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7adaa88f0c30d405758b875d7875746b583ca1fd --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_22c70b5a656dd23c/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:21:32.180501+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 13276.5, "started_at": "2026-05-19T16:21:18.902835+00:00", "ended_at": "2026-05-19T16:21:32.179372+00:00", "prompt_metrics": {"chars": 69058, "bytes_utf8": 69058, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410a-acb4-7bb2-95fb-ca3861ab1b5e\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:21:37.646681+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 4460.66, "started_at": "2026-05-19T16:21:33.185053+00:00", "ended_at": "2026-05-19T16:21:37.645768+00:00", "prompt_metrics": {"chars": 69058, "bytes_utf8": 69058, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410a-e476-7de3-acd8-a6b95b011536\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2394ff581e8b75bd/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2394ff581e8b75bd/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..9228f76792f0b443b45699e350aff2967bb0995e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2394ff581e8b75bd/run_manifest.json @@ -0,0 +1,72 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:26:16.528461+00:00", + "ended_at": "2026-05-19T16:26:25.832807+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_2394ff581e8b75bd", + "problem_id": "v2p_n18_5aed2dfa8b8d9b15", + "dataset_id": "n18", + "template_id": "tpl_m4_group_condition_rate", + "template_name": "Grouped Condition Rate", + "family_id": "conditional_dependency_structure", + "canonical_subitem_id": "dependency_strength_similarity", + "intended_facet_id": "pairwise_conditional_dependency", + "variant_semantic_role": "focused_target_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Condition Rate to probe dependency_strength_similarity with semantic role focused_target_view. Focus on group_col=class, condition_col=class.", + "bindings": { + "group_col": "class", + "condition_col": "class", + "condition_value": "pos", + "positive_value": "neg", + "negative_value": "pos", + "top_k": 16, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 34492.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "condition_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;", + "notes": [ + "default_facets=pairwise_conditional_dependency", + "template_selection_mode=rule", + "problem_index_within_template=1", + "sql_variant_index=2/2", + "binding_index=96" + ], + "template_selection_mode": "rule", + "selected_template_rank": 9, + "problem_index_within_template": 1, + "sql_variant_index": 2, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2394ff581e8b75bd/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2394ff581e8b75bd/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..97488a97b97af63f400e0700f3a57ee8cb6a2cbc --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2394ff581e8b75bd/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:26:19.949227+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3368.32, "started_at": "2026-05-19T16:26:16.579725+00:00", "ended_at": "2026-05-19T16:26:19.948094+00:00", "prompt_metrics": {"chars": 68750, "bytes_utf8": 68750, "lines": 2151, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410f-3800-79a0-a4b6-71f258d0a79d\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:26:25.832668+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 4879.02, "started_at": "2026-05-19T16:26:20.952095+00:00", "ended_at": "2026-05-19T16:26:25.831169+00:00", "prompt_metrics": {"chars": 68750, "bytes_utf8": 68750, "lines": 2151, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410f-48fe-7a43-b43c-252293c928ab\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2555873287441483/final_answer.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2555873287441483/final_answer.txt new file mode 100644 index 0000000000000000000000000000000000000000..084eeca0424ca417b4e702beee3277b3989ff33c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2555873287441483/final_answer.txt @@ -0,0 +1 @@ +{"row_count": null, "preview_rows": [{"af_000": "0", "support": 70217, "avg_response": 122601.27046156913}, {"af_000": "", "support": 3190, "avg_response": 158.6539184952978}, {"af_000": "2", "support": 729, "avg_response": 15.305898491083676}, {"af_000": "4", "support": 144, "avg_response": 28.76388888888889}, {"af_000": "6", "support": 103, "avg_response": 37.029126213592235}]} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2555873287441483/generated_sql.sql b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2555873287441483/generated_sql.sql new file mode 100644 index 0000000000000000000000000000000000000000..3a5023fe2f492fbd0354f0611c45aebc5eab1bf6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2555873287441483/generated_sql.sql @@ -0,0 +1,21 @@ +-- sql_source_version: v2 +-- sql_source_label: v2_current +-- sql_source_run_id: v2_cli_20260502_081223_f +-- sql_source_dataset_id: n18 +-- family_id: cardinality_structure +-- canonical_subitem_id: high_cardinality_response_stability +-- intended_facet_id: target_cardinality_cross_section +-- variant_semantic_role: focused_target_view +-- template_id: tpl_cardinality_high_card_response_stability +-- query_record_id: v2q_n18_2555873287441483 +-- problem_id: v2p_n18_04d52e21fa0b9925 +-- realization_mode: deterministic +-- source_kind: deterministic +SELECT + "af_000", + COUNT(*) AS support, + AVG("ad_000") AS avg_response +FROM "n18" +GROUP BY "af_000" +HAVING COUNT(*) >= 5.0 +ORDER BY support DESC, avg_response DESC; diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2555873287441483/query_results.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2555873287441483/query_results.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7a68ff9acbad94d27f4cfcf1f032abd1ece13ddf --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2555873287441483/query_results.jsonl @@ -0,0 +1 @@ +{"node_name": "v2_template", "tool_name": "sqlite_query", "query": "-- sql_source_version: v2\n-- sql_source_label: v2_current\n-- sql_source_run_id: v2_cli_20260502_081223_f\n-- sql_source_dataset_id: n18\n-- family_id: cardinality_structure\n-- canonical_subitem_id: high_cardinality_response_stability\n-- intended_facet_id: target_cardinality_cross_section\n-- variant_semantic_role: focused_target_view\n-- template_id: tpl_cardinality_high_card_response_stability\n-- query_record_id: v2q_n18_2555873287441483\n-- problem_id: v2p_n18_04d52e21fa0b9925\n-- realization_mode: deterministic\n-- source_kind: deterministic\nSELECT\n \"af_000\",\n COUNT(*) AS support,\n AVG(\"ad_000\") AS avg_response\nFROM \"n18\"\nGROUP BY \"af_000\"\nHAVING COUNT(*) >= 5.0\nORDER BY support DESC, avg_response DESC;", "result": "{\"query\": \"-- sql_source_version: v2\\n-- sql_source_label: v2_current\\n-- sql_source_run_id: v2_cli_20260502_081223_f\\n-- sql_source_dataset_id: n18\\n-- family_id: cardinality_structure\\n-- canonical_subitem_id: high_cardinality_response_stability\\n-- intended_facet_id: target_cardinality_cross_section\\n-- variant_semantic_role: focused_target_view\\n-- template_id: tpl_cardinality_high_card_response_stability\\n-- query_record_id: v2q_n18_2555873287441483\\n-- problem_id: v2p_n18_04d52e21fa0b9925\\n-- realization_mode: deterministic\\n-- source_kind: deterministic\\nSELECT\\n \\\"af_000\\\",\\n COUNT(*) AS support,\\n AVG(\\\"ad_000\\\") AS avg_response\\nFROM \\\"n18\\\"\\nGROUP BY \\\"af_000\\\"\\nHAVING COUNT(*) >= 5.0\\nORDER BY support DESC, avg_response DESC;\", \"columns\": [\"af_000\", \"support\", \"avg_response\"], \"rows\": [{\"af_000\": \"0\", \"support\": 70217, \"avg_response\": 122601.27046156913}, {\"af_000\": \"\", \"support\": 3190, \"avg_response\": 158.6539184952978}, {\"af_000\": \"2\", \"support\": 729, \"avg_response\": 15.305898491083676}, {\"af_000\": \"4\", \"support\": 144, \"avg_response\": 28.76388888888889}, {\"af_000\": \"6\", \"support\": 103, \"avg_response\": 37.029126213592235}, {\"af_000\": \"8\", \"support\": 65, \"avg_response\": 30.246153846153845}, {\"af_000\": \"12\", \"support\": 63, \"avg_response\": 35.36507936507937}, {\"af_000\": \"10\", \"support\": 57, \"avg_response\": 48.91228070175438}, {\"af_000\": \"14\", \"support\": 52, \"avg_response\": 40.88461538461539}, {\"af_000\": \"18\", \"support\": 34, \"avg_response\": 59.1764705882353}, {\"af_000\": \"30\", \"support\": 31, \"avg_response\": 71.35483870967742}, {\"af_000\": \"28\", \"support\": 30, \"avg_response\": 164.33333333333334}, {\"af_000\": \"22\", \"support\": 26, \"avg_response\": 65.61538461538461}, {\"af_000\": \"16\", \"support\": 25, \"avg_response\": 42.32}, {\"af_000\": \"20\", \"support\": 23, \"avg_response\": 109.73913043478261}, {\"af_000\": \"26\", \"support\": 23, \"avg_response\": 68.8695652173913}, {\"af_000\": \"24\", \"support\": 21, \"avg_response\": 132.0}, {\"af_000\": \"32\", \"support\": 21, \"avg_response\": 38.095238095238095}, {\"af_000\": \"34\", \"support\": 16, \"avg_response\": 217.75}, {\"af_000\": \"42\", \"support\": 15, \"avg_response\": 108.93333333333334}, {\"af_000\": \"48\", \"support\": 15, \"avg_response\": 89.73333333333333}, {\"af_000\": \"54\", \"support\": 13, \"avg_response\": 195.23076923076923}, {\"af_000\": \"98\", \"support\": 13, \"avg_response\": 107.07692307692308}, {\"af_000\": \"64\", \"support\": 12, \"avg_response\": 459.0}, {\"af_000\": \"60\", \"support\": 12, \"avg_response\": 230.33333333333334}, {\"af_000\": \"40\", \"support\": 11, \"avg_response\": 121.81818181818181}, {\"af_000\": \"104\", \"support\": 10, \"avg_response\": 119.8}, {\"af_000\": \"50\", \"support\": 10, \"avg_response\": 119.2}, {\"af_000\": \"52\", \"support\": 10, \"avg_response\": 75.0}, {\"af_000\": \"206\", \"support\": 9, \"avg_response\": 384.8888888888889}, {\"af_000\": \"96\", \"support\": 9, \"avg_response\": 302.0}, {\"af_000\": \"36\", \"support\": 9, \"avg_response\": 237.33333333333334}, {\"af_000\": \"46\", \"support\": 9, \"avg_response\": 82.44444444444444}, {\"af_000\": \"78\", \"support\": 9, \"avg_response\": 61.111111111111114}, {\"af_000\": \"254\", \"support\": 8, \"avg_response\": 456.75}, {\"af_000\": \"240\", \"support\": 8, \"avg_response\": 268.5}, {\"af_000\": \"288\", \"support\": 8, \"avg_response\": 182.75}, {\"af_000\": \"108\", \"support\": 8, \"avg_response\": 178.25}, {\"af_000\": \"244\", \"support\": 8, \"avg_response\": 133.25}, {\"af_000\": \"38\", \"support\": 8, \"avg_response\": 129.25}, {\"af_000\": \"44\", \"support\": 8, \"avg_response\": 26.0}, {\"af_000\": \"140\", \"support\": 7, \"avg_response\": 478.85714285714283}, {\"af_000\": \"352\", \"support\": 7, \"avg_response\": 426.0}, {\"af_000\": \"132\", \"support\": 7, \"avg_response\": 361.14285714285717}, {\"af_000\": \"100\", \"support\": 7, \"avg_response\": 340.0}, {\"af_000\": \"74\", \"support\": 7, \"avg_response\": 184.85714285714286}, {\"af_000\": \"190\", \"support\": 7, \"avg_response\": 165.42857142857142}, {\"af_000\": \"174\", \"support\": 7, \"avg_response\": 106.28571428571429}, {\"af_000\": \"92\", \"support\": 7, \"avg_response\": 103.14285714285714}, {\"af_000\": \"160\", \"support\": 7, \"avg_response\": 96.28571428571429}], \"row_count_returned\": 50, \"row_limit\": 50, \"truncated\": true, \"elapsed_ms\": 63.36}"} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2555873287441483/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2555873287441483/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..dd9052f360890b8a77350c25733978cf069c0dec --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2555873287441483/run_manifest.json @@ -0,0 +1,60 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:34:18.768152+00:00", + "ended_at": "2026-05-19T16:34:18.833038+00:00", + "status": "completed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_2555873287441483", + "problem_id": "v2p_n18_04d52e21fa0b9925", + "dataset_id": "n18", + "template_id": "tpl_cardinality_high_card_response_stability", + "template_name": "High-Cardinality Response Stability", + "family_id": "cardinality_structure", + "canonical_subitem_id": "high_cardinality_response_stability", + "intended_facet_id": "target_cardinality_cross_section", + "variant_semantic_role": "focused_target_view", + "subitem_assignment_source": "template_fixed", + "source_kind": "deterministic", + "realization_mode": "deterministic", + "gate_priority": "deterministic", + "extended_family": true, + "question": "Use template High-Cardinality Response Stability to probe high_cardinality_response_stability with semantic role focused_target_view. Focus on measure_col=ad_000, key_col=af_000.", + "bindings": { + "key_col": "af_000", + "measure_col": "ad_000", + "min_support": 5 + }, + "binding_roles": [ + "key_col", + "target_col" + ], + "coverage_target_min": "enumerate_all_applicable", + "runtime_sql_skeleton": "SELECT\n {key_col},\n COUNT(*) AS support,\n AVG({measure_col}) AS avg_response\nFROM {table}\nGROUP BY {key_col}\nHAVING COUNT(*) >= {min_support}\nORDER BY support DESC, avg_response DESC;", + "notes": [ + "default_facets=target_cardinality_cross_section", + "template_selection_mode=deterministic", + "problem_index_within_template=4", + "sql_variant_index=1/1" + ], + "template_selection_mode": "deterministic", + "selected_template_rank": 0, + "problem_index_within_template": 4, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "generated_sql_path": "/data/jialinzhang/TabQueryBench/sql_workloads/v2_current/runs_and_launches/runs/v2_cli_20260502_081223_f/n18/sql/v2q_n18_2555873287441483.sql", + "usage_summary": { + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" + } +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2555873287441483/usage_summary.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2555873287441483/usage_summary.json new file mode 100644 index 0000000000000000000000000000000000000000..96c9ff4feec395919fc26411d18d078b8af6e1c7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2555873287441483/usage_summary.json @@ -0,0 +1,9 @@ +{ + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..172ad2fa3e91b2cd088fbc1629a348a0a49a25ff --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:31:53.058589+00:00", + "ended_at": "2026-05-19T16:31:56.746260+00:00", + "elapsed_ms": 3687.63, + "returncode": 1, + "prompt_metrics": { + "chars": 68588, + "bytes_utf8": 68588, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..ed6edeb4a1a9b62aaf206a74d3b9f333f9bbc11d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:31:57.751947+00:00", + "ended_at": "2026-05-19T16:32:03.059748+00:00", + "elapsed_ms": 5307.71, + "returncode": 1, + "prompt_metrics": { + "chars": 68588, + "bytes_utf8": 68588, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..f340d72945fecdb1e8b77dfeaabf60bb10246e2c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Window Partition Average to probe slice_level_consistency with semantic role ranked_signal_view. Focus on group_col=cf_000, measure_col=du_000.", + "planned_template_id": "tpl_m4_window_partition_avg", + "bindings": { + "group_col": "cf_000", + "measure_col": "du_000", + "top_k": 17, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 3132440.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..f340d72945fecdb1e8b77dfeaabf60bb10246e2c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Window Partition Average to probe slice_level_consistency with semantic role ranked_signal_view. Focus on group_col=cf_000, measure_col=du_000.", + "planned_template_id": "tpl_m4_window_partition_avg", + "bindings": { + "group_col": "cf_000", + "measure_col": "du_000", + "top_k": 17, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 3132440.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..67084fd3c5ce6ce064658298c6a0753278e02c97 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4114-5a4e-7fc2-8005-4aefbda775e4"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed2cae7b18b656964c29ed16c638fce0e92b895a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4114-5a4e-7fc2-8005-4aefbda775e4"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..9245551838b60247f4c1acf0ded6fb157691540e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4114-6cd6-7292-8acf-22875a991345"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..812ad8d8d06d811f0a408abb7fb8df0533d5140d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4114-6cd6-7292-8acf-22875a991345"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_25e32e651cb84f60/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..006706b1c12e910d0feb47b51dde7a5e60451385 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:17:10.652086+00:00", + "ended_at": "2026-05-19T16:17:14.097585+00:00", + "elapsed_ms": 3445.45, + "returncode": 1, + "prompt_metrics": { + "chars": 68816, + "bytes_utf8": 68816, + "lines": 2152, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..59c1cc3fdee149a5e040278afb81fe9fab11f487 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:17:15.101787+00:00", + "ended_at": "2026-05-19T16:17:20.590529+00:00", + "elapsed_ms": 5488.68, + "returncode": 1, + "prompt_metrics": { + "chars": 68816, + "bytes_utf8": 68816, + "lines": 2152, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0c232a4dd55e185f01b1b650d36f3325b568e6a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2152 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_c2_filtered_group_count_2d", + "template_name": "Filtered Two-Dimensional Group Count", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;", + "required_roles": [ + "group_col", + "group_col_2", + "predicate_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Filtered Two-Dimensional Group Count to probe slice_level_consistency with semantic role count_distribution. Focus on group_col=ae_000, group_col_2=cd_000.", + "planned_template_id": "tpl_c2_filtered_group_count_2d", + "bindings": { + "group_col": "ae_000", + "group_col_2": "cd_000", + "predicate_col": "ba_000", + "predicate_op": ">=", + "predicate_value": 1052220.0, + "top_k": 13, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 3031738.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0c232a4dd55e185f01b1b650d36f3325b568e6a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2152 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_c2_filtered_group_count_2d", + "template_name": "Filtered Two-Dimensional Group Count", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;", + "required_roles": [ + "group_col", + "group_col_2", + "predicate_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Filtered Two-Dimensional Group Count to probe slice_level_consistency with semantic role count_distribution. Focus on group_col=ae_000, group_col_2=cd_000.", + "planned_template_id": "tpl_c2_filtered_group_count_2d", + "bindings": { + "group_col": "ae_000", + "group_col_2": "cd_000", + "predicate_col": "ba_000", + "predicate_op": ">=", + "predicate_value": 1052220.0, + "top_k": 13, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 3031738.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..8628306bc3d85e5cbbd826463496a35d7ac7eace --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4106-e369-72b2-89a1-eed4adfe9e09"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..542e678413b72f834dfcd11c1372984d687ee044 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4106-e369-72b2-89a1-eed4adfe9e09"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..945f8c96c8c701fd7d6cefce4b4d549e392c946f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4106-f4cc-70a0-903c-f51e82d07e51"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..a18a4f5537d02df56eae9d185aafdc405740ff97 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4106-f4cc-70a0-903c-f51e82d07e51"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26a1582ab3ad8f6a/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26ce3aba9541bd5e/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26ce3aba9541bd5e/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..48b36a977d1cd1a4f03af41127db7fd31d4478eb --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26ce3aba9541bd5e/run_manifest.json @@ -0,0 +1,69 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:10:55.585459+00:00", + "ended_at": "2026-05-19T16:11:02.756069+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_26ce3aba9541bd5e", + "problem_id": "v2p_n18_08cb609c44311933", + "dataset_id": "n18", + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "family_id": "subgroup_structure", + "canonical_subitem_id": "internal_profile_stability", + "intended_facet_id": "subgroup_conditional_contrast", + "variant_semantic_role": "collapsed_target_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=au_000, measure_col=ag_003.", + "bindings": { + "group_col": "au_000", + "measure_col": "ag_003", + "top_k": 17, + "top_n": 7, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 3466.32, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "notes": [ + "default_facets=subgroup_distribution_shift,subgroup_rank_order,subgroup_conditional_contrast", + "template_selection_mode=rule", + "problem_index_within_template=8", + "sql_variant_index=2/2", + "binding_index=7" + ], + "template_selection_mode": "rule", + "selected_template_rank": 1, + "problem_index_within_template": 8, + "sql_variant_index": 2, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26ce3aba9541bd5e/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26ce3aba9541bd5e/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d4b8105ae0d7c108d72dff38f71172c4f2992293 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_26ce3aba9541bd5e/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:10:58.740407+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3125.08, "started_at": "2026-05-19T16:10:55.614488+00:00", "ended_at": "2026-05-19T16:10:58.739597+00:00", "prompt_metrics": {"chars": 68503, "bytes_utf8": 68503, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4101-2a0d-7b23-b9e2-ef246b54a16a\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:11:02.755970+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3012.68, "started_at": "2026-05-19T16:10:59.742386+00:00", "ended_at": "2026-05-19T16:11:02.755101+00:00", "prompt_metrics": {"chars": 68503, "bytes_utf8": 68503, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4101-3a19-7bd0-b0d1-c4b124822f82\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..fb5b2e63fb8db88dd917a84ec352b67a93b609a7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:33:16.605935+00:00", + "ended_at": "2026-05-19T16:33:20.588476+00:00", + "elapsed_ms": 3982.48, + "returncode": 1, + "prompt_metrics": { + "chars": 68585, + "bytes_utf8": 68585, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..5b1982bbb297239646b6c5cc512db739473f569e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:33:21.594118+00:00", + "ended_at": "2026-05-19T16:33:24.704721+00:00", + "elapsed_ms": 3110.52, + "returncode": 1, + "prompt_metrics": { + "chars": 68585, + "bytes_utf8": 68585, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab8d29d4549d4c89015e83ea32d4d61c68f30ee2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Window Partition Average to probe direction_consistency with semantic role filtered_stable_view. Focus on group_col=cs_009, measure_col=ec_00.", + "planned_template_id": "tpl_m4_window_partition_avg", + "bindings": { + "group_col": "cs_009", + "measure_col": "ec_00", + "top_k": 17, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 539.744, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab8d29d4549d4c89015e83ea32d4d61c68f30ee2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Window Partition Average to probe direction_consistency with semantic role filtered_stable_view. Focus on group_col=cs_009, measure_col=ec_00.", + "planned_template_id": "tpl_m4_window_partition_avg", + "bindings": { + "group_col": "cs_009", + "measure_col": "ec_00", + "top_k": 17, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 539.744, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..631bb73c1a04c47069364bb3d0139f364868faec --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4115-a0b2-7830-878f-5701d3e53adb"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..005356a22462dcbc4103b7860422ec960d117e07 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4115-a0b2-7830-878f-5701d3e53adb"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..b11d8ba2dd5dede8624f041b4d9d5e662293f2fc --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4115-b44c-71e0-89d4-75fa39ac7411"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2647091ee621e7bd97d70317f6c717c178dd9e2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4115-b44c-71e0-89d4-75fa39ac7411"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_291406b3e3a40b0e/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_29bb9969f4670b58/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_29bb9969f4670b58/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..96f2a6c3e861379538832983c0345d5751a5b97a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_29bb9969f4670b58/run_manifest.json @@ -0,0 +1,67 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:11:57.301300+00:00", + "ended_at": "2026-05-19T16:12:06.876822+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_29bb9969f4670b58", + "problem_id": "v2p_n18_e129b8c1dd0769f8", + "dataset_id": "n18", + "template_id": "tpl_clickbench_group_count", + "template_name": "Grouped Count by Category", + "family_id": "subgroup_structure", + "canonical_subitem_id": "subgroup_size_stability", + "intended_facet_id": "subgroup_distribution_shift", + "variant_semantic_role": "count_distribution", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Count by Category to probe subgroup_size_stability with semantic role count_distribution. Focus on group_col=cs_009.", + "bindings": { + "group_col": "cs_009", + "top_k": 12, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 5610.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col}, COUNT(*) AS row_count\nFROM {table}\nGROUP BY {group_col}\nORDER BY row_count DESC;", + "notes": [ + "default_facets=subgroup_distribution_shift", + "template_selection_mode=rule", + "problem_index_within_template=6", + "sql_variant_index=1/1", + "binding_index=17" + ], + "template_selection_mode": "rule", + "selected_template_rank": 2, + "problem_index_within_template": 6, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_29bb9969f4670b58/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_29bb9969f4670b58/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ca5d33dd1ad331ce0092584d1a314295e11890df --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_29bb9969f4670b58/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:12:02.304176+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 4974.7, "started_at": "2026-05-19T16:11:57.328519+00:00", "ended_at": "2026-05-19T16:12:02.303248+00:00", "prompt_metrics": {"chars": 68413, "bytes_utf8": 68413, "lines": 2146, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4102-1b12-7bf2-b927-dc0e460d65a6\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:12:06.876643+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3567.04, "started_at": "2026-05-19T16:12:03.308543+00:00", "ended_at": "2026-05-19T16:12:06.875622+00:00", "prompt_metrics": {"chars": 68413, "bytes_utf8": 68413, "lines": 2146, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4102-326a-78b1-9f19-da4861b2e987\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2e685c797d7405ec/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2e685c797d7405ec/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..9825a1a816403c134ca967765e17b4ae2d5c1ad5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2e685c797d7405ec/run_manifest.json @@ -0,0 +1,67 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:29:09.881648+00:00", + "ended_at": "2026-05-19T16:29:17.900547+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_2e685c797d7405ec", + "problem_id": "v2p_n18_c64812e1be8e4842", + "dataset_id": "n18", + "template_id": "tpl_threshold_rarity_cdf", + "template_name": "Threshold Rarity CDF", + "family_id": "tail_rarity_structure", + "canonical_subitem_id": "tail_set_consistency", + "intended_facet_id": "low_support_extremes", + "variant_semantic_role": "rare_extreme_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Threshold Rarity CDF to probe tail_set_consistency with semantic role rare_extreme_view. Focus on measure_col=cv_000.", + "bindings": { + "measure_col": "cv_000", + "top_k": 14, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 1765100.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT AVG(CASE WHEN {measure_col} <= {measure_threshold} THEN 1 ELSE 0 END) AS empirical_cdf_at_threshold\nFROM {table};", + "notes": [ + "default_facets=low_support_extremes", + "template_selection_mode=rule", + "problem_index_within_template=7", + "sql_variant_index=1/1", + "binding_index=114" + ], + "template_selection_mode": "rule", + "selected_template_rank": 10, + "problem_index_within_template": 7, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2eec87e074c0f745/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2eec87e074c0f745/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..ddfd8881c6be80674c98df583063a626e85e8fbd --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2eec87e074c0f745/run_manifest.json @@ -0,0 +1,69 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:32:03.061881+00:00", + "ended_at": "2026-05-19T16:32:11.272625+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_2eec87e074c0f745", + "problem_id": "v2p_n18_57050ab3d4f2a975", + "dataset_id": "n18", + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "family_id": "conditional_dependency_structure", + "canonical_subitem_id": "direction_consistency", + "intended_facet_id": "conditional_rate_shift", + "variant_semantic_role": "ranked_signal_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Window Partition Average to probe direction_consistency with semantic role ranked_signal_view. Focus on group_col=cg_000, measure_col=dv_000.", + "bindings": { + "group_col": "cg_000", + "measure_col": "dv_000", + "top_k": 13, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 1354532.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "notes": [ + "default_facets=conditional_rate_shift", + "template_selection_mode=rule", + "problem_index_within_template=2", + "sql_variant_index=1/2", + "binding_index=133" + ], + "template_selection_mode": "rule", + "selected_template_rank": 12, + "problem_index_within_template": 2, + "sql_variant_index": 1, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2eec87e074c0f745/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2eec87e074c0f745/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b1c0db78a8ad4bc95041c882a57827355ed5e177 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_2eec87e074c0f745/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:32:06.716407+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3610.42, "started_at": "2026-05-19T16:32:03.104804+00:00", "ended_at": "2026-05-19T16:32:06.715276+00:00", "prompt_metrics": {"chars": 68584, "bytes_utf8": 68584, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4114-819b-7b52-a138-29ab37a8354c\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:32:11.272516+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3551.75, "started_at": "2026-05-19T16:32:07.719545+00:00", "ended_at": "2026-05-19T16:32:11.271357+00:00", "prompt_metrics": {"chars": 68584, "bytes_utf8": 68584, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4114-9396-7673-855e-410726507b63\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..7f46f2341d6d0e49418f9f578749f5a161d4d72b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:17:29.546074+00:00", + "ended_at": "2026-05-19T16:17:32.624590+00:00", + "elapsed_ms": 3078.47, + "returncode": 1, + "prompt_metrics": { + "chars": 68811, + "bytes_utf8": 68811, + "lines": 2152, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..acf121024f5318515b7ac7e572041046b0ef65e5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:17:33.628393+00:00", + "ended_at": "2026-05-19T16:17:40.536384+00:00", + "elapsed_ms": 6907.94, + "returncode": 1, + "prompt_metrics": { + "chars": 68811, + "bytes_utf8": 68811, + "lines": 2152, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..3402c037dc85aba3a96db156dd5edad81a103970 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2152 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_c2_filtered_group_count_2d", + "template_name": "Filtered Two-Dimensional Group Count", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;", + "required_roles": [ + "group_col", + "group_col_2", + "predicate_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Filtered Two-Dimensional Group Count to probe slice_level_consistency with semantic role count_distribution. Focus on group_col=ae_000, group_col_2=cg_000.", + "planned_template_id": "tpl_c2_filtered_group_count_2d", + "bindings": { + "group_col": "ae_000", + "group_col_2": "cg_000", + "predicate_col": "ba_002", + "predicate_op": ">=", + "predicate_value": 323232.0, + "top_k": 10, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 876.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..3402c037dc85aba3a96db156dd5edad81a103970 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2152 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_c2_filtered_group_count_2d", + "template_name": "Filtered Two-Dimensional Group Count", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;", + "required_roles": [ + "group_col", + "group_col_2", + "predicate_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Filtered Two-Dimensional Group Count to probe slice_level_consistency with semantic role count_distribution. Focus on group_col=ae_000, group_col_2=cg_000.", + "planned_template_id": "tpl_c2_filtered_group_count_2d", + "bindings": { + "group_col": "ae_000", + "group_col_2": "cg_000", + "predicate_col": "ba_002", + "predicate_op": ">=", + "predicate_value": 323232.0, + "top_k": 10, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 876.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..132a719882b4db362b2723b9eeba8be273ee3b18 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4107-2d54-7ee2-b2ff-ff003525b98e"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..4fc1ad921293449985be4198b5f78f4c0f0f4cd1 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4107-2d54-7ee2-b2ff-ff003525b98e"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2f5c6b5e84d379a1ec20391cec57525a054104b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4107-3d3d-7863-83f3-ab659923d6a4"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6d6a2a59f1f14310e5e3023c58a08d7eaf6bdf4 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4107-3d3d-7863-83f3-ab659923d6a4"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_320b34a429cbd034/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_33e874e1d8eaf1ee/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_33e874e1d8eaf1ee/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..9377182d626e9e81b93bd9d4e2217cfbe389e90f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_33e874e1d8eaf1ee/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:19:53.617034+00:00", + "ended_at": "2026-05-19T16:19:57.668275+00:00", + "elapsed_ms": 4051.2, + "returncode": 1, + "prompt_metrics": { + "chars": 69057, + "bytes_utf8": 69057, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_33e874e1d8eaf1ee/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_33e874e1d8eaf1ee/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b1fd334ccd8af09f2bce1d578a135df234a30c2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_33e874e1d8eaf1ee/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=ae_000, measure_col=bx_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "ae_000", + "measure_col": "bx_000", + "top_k": 14, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 3026214.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_33e874e1d8eaf1ee/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_33e874e1d8eaf1ee/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b1fd334ccd8af09f2bce1d578a135df234a30c2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_33e874e1d8eaf1ee/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=ae_000, measure_col=bx_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "ae_000", + "measure_col": "bx_000", + "top_k": 14, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 3026214.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_33e874e1d8eaf1ee/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_33e874e1d8eaf1ee/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3b7891129b8f726a5b059e6a7a2977342fa3b04 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_33e874e1d8eaf1ee/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4109-5fb7-7601-8f9d-73d864641e0c"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_33e874e1d8eaf1ee/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_33e874e1d8eaf1ee/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..c80dd2274989245f6bade885788962d62f37891d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_33e874e1d8eaf1ee/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4109-5fb7-7601-8f9d-73d864641e0c"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_33e874e1d8eaf1ee/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_33e874e1d8eaf1ee/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..365c4f6afbb43eb35f08d8668c9ac2bfe0b940f3 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_33e874e1d8eaf1ee/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4109-7381-7ef3-b519-b6802a498e60"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_33e874e1d8eaf1ee/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_33e874e1d8eaf1ee/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..988ef5c168b0cdcc78a1d4310cb68e6f656d96e8 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:16:55.108869+00:00", + "ended_at": "2026-05-19T16:16:58.263780+00:00", + "elapsed_ms": 3154.86, + "returncode": 1, + "prompt_metrics": { + "chars": 68811, + "bytes_utf8": 68811, + "lines": 2152, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..99075f4e3637b76bd7c4a08c26f94e8265c90bf3 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:16:59.270243+00:00", + "ended_at": "2026-05-19T16:17:02.320203+00:00", + "elapsed_ms": 3049.9, + "returncode": 1, + "prompt_metrics": { + "chars": 68811, + "bytes_utf8": 68811, + "lines": 2152, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce8d58cdcc5db2468a30578747ca3363a4d73944 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2152 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_c2_filtered_group_count_2d", + "template_name": "Filtered Two-Dimensional Group Count", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;", + "required_roles": [ + "group_col", + "group_col_2", + "predicate_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Filtered Two-Dimensional Group Count to probe slice_level_consistency with semantic role count_distribution. Focus on group_col=ae_000, group_col_2=az_009.", + "planned_template_id": "tpl_c2_filtered_group_count_2d", + "bindings": { + "group_col": "ae_000", + "group_col_2": "az_009", + "predicate_col": "az_008", + "predicate_op": ">=", + "predicate_value": 2998.0, + "top_k": 11, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 38636.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce8d58cdcc5db2468a30578747ca3363a4d73944 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2152 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_c2_filtered_group_count_2d", + "template_name": "Filtered Two-Dimensional Group Count", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;", + "required_roles": [ + "group_col", + "group_col_2", + "predicate_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Filtered Two-Dimensional Group Count to probe slice_level_consistency with semantic role count_distribution. Focus on group_col=ae_000, group_col_2=az_009.", + "planned_template_id": "tpl_c2_filtered_group_count_2d", + "bindings": { + "group_col": "ae_000", + "group_col_2": "az_009", + "predicate_col": "az_008", + "predicate_op": ">=", + "predicate_value": 2998.0, + "top_k": 11, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 38636.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..c609fb731477ee52ea388946228bf8028d718e5c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4106-a6ee-71c1-b042-d705200d3e4f"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f893b7ae41e0a20617bdc7a99cf39da3e62703d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4106-a6ee-71c1-b042-d705200d3e4f"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..64a6eec1311858c4ad16159f35854491959d95fe --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4106-b6e6-7f12-b533-ba434ef9c355"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b45ff3b12aef79de4e83e60f7a987d08e074022 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4106-b6e6-7f12-b533-ba434ef9c355"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3597517e34a0b609/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_36de3084312f46b4/final_answer.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_36de3084312f46b4/final_answer.txt new file mode 100644 index 0000000000000000000000000000000000000000..05ae1ad31599e8522df32aca85aa569559b82ec6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_36de3084312f46b4/final_answer.txt @@ -0,0 +1 @@ +{"row_count": null, "preview_rows": [{"value_label": "0", "support": 59395, "support_share": 0.7815131578947369, "cumulative_support": 59395}, {"value_label": "", "support": 792, "support_share": 0.010421052631578947, "cumulative_support": 60187}, {"value_label": "58", "support": 403, "support_share": 0.005302631578947369, "cumulative_support": 60590}, {"value_label": "54", "support": 374, "support_share": 0.0049210526315789475, "cumulative_support": 60964}, {"value_label": "56", "support": 361, "support_share": 0.00475, "cumulative_support": 61325}]} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_36de3084312f46b4/generated_sql.sql b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_36de3084312f46b4/generated_sql.sql new file mode 100644 index 0000000000000000000000000000000000000000..14a8f407457c8d532d77f9e6735061200582eeeb --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_36de3084312f46b4/generated_sql.sql @@ -0,0 +1,28 @@ +-- sql_source_version: v2 +-- sql_source_label: v2_current +-- sql_source_run_id: v2_cli_20260502_081223_f +-- sql_source_dataset_id: n18 +-- family_id: cardinality_structure +-- canonical_subitem_id: support_rank_profile_consistency +-- intended_facet_id: support_concentration +-- variant_semantic_role: ranked_signal_view +-- template_id: tpl_cardinality_distinct_share_profile +-- query_record_id: v2q_n18_36de3084312f46b4 +-- problem_id: v2p_n18_f34d96b893374c41 +-- realization_mode: deterministic +-- source_kind: deterministic +WITH grouped AS ( + SELECT "aj_000" AS value_label, COUNT(*) AS support + FROM "n18" + GROUP BY "aj_000" +), ranked AS ( + SELECT + value_label, + support, + CAST(support AS FLOAT) / NULLIF(SUM(support) OVER (), 0) AS support_share, + SUM(support) OVER (ORDER BY support DESC, value_label ROWS UNBOUNDED PRECEDING) AS cumulative_support + FROM grouped +) +SELECT * +FROM ranked +ORDER BY support DESC, value_label; diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_36de3084312f46b4/query_results.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_36de3084312f46b4/query_results.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a501a7e1999fc6bcface8cf3a2e1b03a08fcf62b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_36de3084312f46b4/query_results.jsonl @@ -0,0 +1 @@ +{"node_name": "v2_template", "tool_name": "sqlite_query", "query": "-- sql_source_version: v2\n-- sql_source_label: v2_current\n-- sql_source_run_id: v2_cli_20260502_081223_f\n-- sql_source_dataset_id: n18\n-- family_id: cardinality_structure\n-- canonical_subitem_id: support_rank_profile_consistency\n-- intended_facet_id: support_concentration\n-- variant_semantic_role: ranked_signal_view\n-- template_id: tpl_cardinality_distinct_share_profile\n-- query_record_id: v2q_n18_36de3084312f46b4\n-- problem_id: v2p_n18_f34d96b893374c41\n-- realization_mode: deterministic\n-- source_kind: deterministic\nWITH grouped AS (\n SELECT \"aj_000\" AS value_label, COUNT(*) AS support\n FROM \"n18\"\n GROUP BY \"aj_000\"\n), ranked AS (\n SELECT\n value_label,\n support,\n CAST(support AS FLOAT) / NULLIF(SUM(support) OVER (), 0) AS support_share,\n SUM(support) OVER (ORDER BY support DESC, value_label ROWS UNBOUNDED PRECEDING) AS cumulative_support\n FROM grouped\n)\nSELECT *\nFROM ranked\nORDER BY support DESC, value_label;", "result": "{\"query\": \"-- sql_source_version: v2\\n-- sql_source_label: v2_current\\n-- sql_source_run_id: v2_cli_20260502_081223_f\\n-- sql_source_dataset_id: n18\\n-- family_id: cardinality_structure\\n-- canonical_subitem_id: support_rank_profile_consistency\\n-- intended_facet_id: support_concentration\\n-- variant_semantic_role: ranked_signal_view\\n-- template_id: tpl_cardinality_distinct_share_profile\\n-- query_record_id: v2q_n18_36de3084312f46b4\\n-- problem_id: v2p_n18_f34d96b893374c41\\n-- realization_mode: deterministic\\n-- source_kind: deterministic\\nWITH grouped AS (\\n SELECT \\\"aj_000\\\" AS value_label, COUNT(*) AS support\\n FROM \\\"n18\\\"\\n GROUP BY \\\"aj_000\\\"\\n), ranked AS (\\n SELECT\\n value_label,\\n support,\\n CAST(support AS FLOAT) / NULLIF(SUM(support) OVER (), 0) AS support_share,\\n SUM(support) OVER (ORDER BY support DESC, value_label ROWS UNBOUNDED PRECEDING) AS cumulative_support\\n FROM grouped\\n)\\nSELECT *\\nFROM ranked\\nORDER BY support DESC, value_label;\", \"columns\": [\"value_label\", \"support\", \"support_share\", \"cumulative_support\"], \"rows\": [{\"value_label\": \"0\", \"support\": 59395, \"support_share\": 0.7815131578947369, \"cumulative_support\": 59395}, {\"value_label\": \"\", \"support\": 792, \"support_share\": 0.010421052631578947, \"cumulative_support\": 60187}, {\"value_label\": \"58\", \"support\": 403, \"support_share\": 0.005302631578947369, \"cumulative_support\": 60590}, {\"value_label\": \"54\", \"support\": 374, \"support_share\": 0.0049210526315789475, \"cumulative_support\": 60964}, {\"value_label\": \"56\", \"support\": 361, \"support_share\": 0.00475, \"cumulative_support\": 61325}, {\"value_label\": \"60\", \"support\": 326, \"support_share\": 0.004289473684210526, \"cumulative_support\": 61651}, {\"value_label\": \"52\", \"support\": 318, \"support_share\": 0.004184210526315789, \"cumulative_support\": 61969}, {\"value_label\": \"64\", \"support\": 259, \"support_share\": 0.0034078947368421054, \"cumulative_support\": 62228}, {\"value_label\": \"62\", \"support\": 254, \"support_share\": 0.003342105263157895, \"cumulative_support\": 62482}, {\"value_label\": \"34\", \"support\": 239, \"support_share\": 0.003144736842105263, \"cumulative_support\": 62721}, {\"value_label\": \"32\", \"support\": 218, \"support_share\": 0.002868421052631579, \"cumulative_support\": 62939}, {\"value_label\": \"50\", \"support\": 218, \"support_share\": 0.002868421052631579, \"cumulative_support\": 63157}, {\"value_label\": \"48\", \"support\": 212, \"support_share\": 0.002789473684210526, \"cumulative_support\": 63369}, {\"value_label\": \"38\", \"support\": 194, \"support_share\": 0.0025526315789473684, \"cumulative_support\": 63563}, {\"value_label\": \"66\", \"support\": 189, \"support_share\": 0.002486842105263158, \"cumulative_support\": 63752}, {\"value_label\": \"36\", \"support\": 185, \"support_share\": 0.0024342105263157896, \"cumulative_support\": 63937}, {\"value_label\": \"30\", \"support\": 184, \"support_share\": 0.0024210526315789475, \"cumulative_support\": 64121}, {\"value_label\": \"44\", \"support\": 180, \"support_share\": 0.002368421052631579, \"cumulative_support\": 64301}, {\"value_label\": \"46\", \"support\": 173, \"support_share\": 0.002276315789473684, \"cumulative_support\": 64474}, {\"value_label\": \"42\", \"support\": 170, \"support_share\": 0.0022368421052631577, \"cumulative_support\": 64644}, {\"value_label\": \"40\", \"support\": 163, \"support_share\": 0.002144736842105263, \"cumulative_support\": 64807}, {\"value_label\": \"68\", \"support\": 152, \"support_share\": 0.002, \"cumulative_support\": 64959}, {\"value_label\": \"114\", \"support\": 143, \"support_share\": 0.001881578947368421, \"cumulative_support\": 65102}, {\"value_label\": \"118\", \"support\": 142, \"support_share\": 0.0018684210526315789, \"cumulative_support\": 65244}, {\"value_label\": \"122\", \"support\": 140, \"support_share\": 0.0018421052631578947, \"cumulative_support\": 65384}, {\"value_label\": \"116\", \"support\": 137, \"support_share\": 0.0018026315789473684, \"cumulative_support\": 65521}, {\"value_label\": \"76\", \"support\": 132, \"support_share\": 0.001736842105263158, \"cumulative_support\": 65653}, {\"value_label\": \"70\", \"support\": 126, \"support_share\": 0.0016578947368421052, \"cumulative_support\": 65779}, {\"value_label\": \"124\", \"support\": 122, \"support_share\": 0.0016052631578947368, \"cumulative_support\": 65901}, {\"value_label\": \"130\", \"support\": 122, \"support_share\": 0.0016052631578947368, \"cumulative_support\": 66023}, {\"value_label\": \"110\", \"support\": 120, \"support_share\": 0.0015789473684210526, \"cumulative_support\": 66143}, {\"value_label\": \"126\", \"support\": 120, \"support_share\": 0.0015789473684210526, \"cumulative_support\": 66263}, {\"value_label\": \"78\", \"support\": 118, \"support_share\": 0.0015526315789473684, \"cumulative_support\": 66381}, {\"value_label\": \"106\", \"support\": 115, \"support_share\": 0.0015131578947368421, \"cumulative_support\": 66496}, {\"value_label\": \"96\", \"support\": 114, \"support_share\": 0.0015, \"cumulative_support\": 66610}, {\"value_label\": \"102\", \"support\": 113, \"support_share\": 0.001486842105263158, \"cumulative_support\": 66723}, {\"value_label\": \"108\", \"support\": 112, \"support_share\": 0.0014736842105263158, \"cumulative_support\": 66835}, {\"value_label\": \"90\", \"support\": 111, \"support_share\": 0.0014605263157894737, \"cumulative_support\": 66946}, {\"value_label\": \"120\", \"support\": 110, \"support_share\": 0.0014473684210526317, \"cumulative_support\": 67056}, {\"value_label\": \"104\", \"support\": 109, \"support_share\": 0.0014342105263157896, \"cumulative_support\": 67165}, {\"value_label\": \"128\", \"support\": 109, \"support_share\": 0.0014342105263157896, \"cumulative_support\": 67274}, {\"value_label\": \"80\", \"support\": 108, \"support_share\": 0.0014210526315789475, \"cumulative_support\": 67382}, {\"value_label\": \"132\", \"support\": 107, \"support_share\": 0.0014078947368421052, \"cumulative_support\": 67489}, {\"value_label\": \"84\", \"support\": 107, \"support_share\": 0.0014078947368421052, \"cumulative_support\": 67596}, {\"value_label\": \"134\", \"support\": 106, \"support_share\": 0.001394736842105263, \"cumulative_support\": 67702}, {\"value_label\": \"82\", \"support\": 106, \"support_share\": 0.001394736842105263, \"cumulative_support\": 67808}, {\"value_label\": \"112\", \"support\": 104, \"support_share\": 0.0013684210526315789, \"cumulative_support\": 67912}, {\"value_label\": \"72\", \"support\": 104, \"support_share\": 0.0013684210526315789, \"cumulative_support\": 68016}, {\"value_label\": \"94\", \"support\": 104, \"support_share\": 0.0013684210526315789, \"cumulative_support\": 68120}, {\"value_label\": \"86\", \"support\": 103, \"support_share\": 0.0013552631578947368, \"cumulative_support\": 68223}], \"row_count_returned\": 50, \"row_limit\": 50, \"truncated\": true, \"elapsed_ms\": 60.53}"} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_36de3084312f46b4/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_36de3084312f46b4/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c3a3c12cdb1680dfec3a3fecacc00f4fa1626056 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_36de3084312f46b4/run_manifest.json @@ -0,0 +1,57 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:34:16.988164+00:00", + "ended_at": "2026-05-19T16:34:17.050184+00:00", + "status": "completed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_36de3084312f46b4", + "problem_id": "v2p_n18_f34d96b893374c41", + "dataset_id": "n18", + "template_id": "tpl_cardinality_distinct_share_profile", + "template_name": "Cardinality Distinct Share Profile", + "family_id": "cardinality_structure", + "canonical_subitem_id": "support_rank_profile_consistency", + "intended_facet_id": "support_concentration", + "variant_semantic_role": "ranked_signal_view", + "subitem_assignment_source": "template_fixed", + "source_kind": "deterministic", + "realization_mode": "deterministic", + "gate_priority": "deterministic", + "extended_family": true, + "question": "Use template Cardinality Distinct Share Profile to probe support_rank_profile_consistency with semantic role ranked_signal_view. Focus on group_col=aj_000.", + "bindings": { + "group_col": "aj_000" + }, + "binding_roles": [ + "group_col" + ], + "coverage_target_min": "enumerate_all_applicable", + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col} AS value_label, COUNT(*) AS support\n FROM {table}\n GROUP BY {group_col}\n), ranked AS (\n SELECT\n value_label,\n support,\n CAST(support AS FLOAT) / NULLIF(SUM(support) OVER (), 0) AS support_share,\n SUM(support) OVER (ORDER BY support DESC, value_label ROWS UNBOUNDED PRECEDING) AS cumulative_support\n FROM grouped\n)\nSELECT *\nFROM ranked\nORDER BY support DESC, value_label;", + "notes": [ + "default_facets=support_concentration,value_imbalance_profile", + "template_selection_mode=deterministic", + "problem_index_within_template=3", + "sql_variant_index=1/1" + ], + "template_selection_mode": "deterministic", + "selected_template_rank": 0, + "problem_index_within_template": 3, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "generated_sql_path": "/data/jialinzhang/TabQueryBench/sql_workloads/v2_current/runs_and_launches/runs/v2_cli_20260502_081223_f/n18/sql/v2q_n18_36de3084312f46b4.sql", + "usage_summary": { + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" + } +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_36de3084312f46b4/usage_summary.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_36de3084312f46b4/usage_summary.json new file mode 100644 index 0000000000000000000000000000000000000000..96c9ff4feec395919fc26411d18d078b8af6e1c7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_36de3084312f46b4/usage_summary.json @@ -0,0 +1,9 @@ +{ + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_37d8232585ba708e/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_37d8232585ba708e/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..e54b97e74486e9b259685d3ab7ea6023ba076b79 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_37d8232585ba708e/run_manifest.json @@ -0,0 +1,69 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:33:08.768531+00:00", + "ended_at": "2026-05-19T16:33:16.546837+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_37d8232585ba708e", + "problem_id": "v2p_n18_6c9e721adf79910c", + "dataset_id": "n18", + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "family_id": "conditional_dependency_structure", + "canonical_subitem_id": "direction_consistency", + "intended_facet_id": "conditional_rate_shift", + "variant_semantic_role": "ranked_signal_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Window Partition Average to probe direction_consistency with semantic role ranked_signal_view. Focus on group_col=cs_009, measure_col=ec_00.", + "bindings": { + "group_col": "cs_009", + "measure_col": "ec_00", + "top_k": 12, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 687.2, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "notes": [ + "default_facets=conditional_rate_shift", + "template_selection_mode=rule", + "problem_index_within_template=6", + "sql_variant_index=1/2", + "binding_index=137" + ], + "template_selection_mode": "rule", + "selected_template_rank": 12, + "problem_index_within_template": 6, + "sql_variant_index": 1, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_37d8232585ba708e/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_37d8232585ba708e/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..0b4cf452fd0356ffa27fd2d4737e3c449b619f18 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_37d8232585ba708e/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:33:11.980781+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3170.42, "started_at": "2026-05-19T16:33:08.808916+00:00", "ended_at": "2026-05-19T16:33:11.979379+00:00", "prompt_metrics": {"chars": 68578, "bytes_utf8": 68578, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4115-823d-7203-a5ad-2bae26fded45\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:33:16.546657+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3558.43, "started_at": "2026-05-19T16:33:12.986097+00:00", "ended_at": "2026-05-19T16:33:16.544598+00:00", "prompt_metrics": {"chars": 68578, "bytes_utf8": 68578, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4115-928c-7773-9b0f-845f69ca0942\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3883dc559cc3931c/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3883dc559cc3931c/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..81f91d5c28021938bf469693a3d2167db43c5c40 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3883dc559cc3931c/run_manifest.json @@ -0,0 +1,72 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:27:16.171912+00:00", + "ended_at": "2026-05-19T16:27:23.755604+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_3883dc559cc3931c", + "problem_id": "v2p_n18_aa3e5c85caf02cd7", + "dataset_id": "n18", + "template_id": "tpl_m4_group_condition_rate", + "template_name": "Grouped Condition Rate", + "family_id": "conditional_dependency_structure", + "canonical_subitem_id": "dependency_strength_similarity", + "intended_facet_id": "pairwise_conditional_dependency", + "variant_semantic_role": "within_group_proportion", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Condition Rate to probe dependency_strength_similarity with semantic role within_group_proportion. Focus on group_col=aj_000, condition_col=class.", + "bindings": { + "group_col": "aj_000", + "condition_col": "class", + "condition_value": "neg", + "positive_value": "neg", + "negative_value": "pos", + "top_k": 10, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 230.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "condition_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;", + "notes": [ + "default_facets=pairwise_conditional_dependency", + "template_selection_mode=rule", + "problem_index_within_template=5", + "sql_variant_index=1/2", + "binding_index=100" + ], + "template_selection_mode": "rule", + "selected_template_rank": 9, + "problem_index_within_template": 5, + "sql_variant_index": 1, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3883dc559cc3931c/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3883dc559cc3931c/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..709216beb8873d4a1111ddf322ddbeb502991577 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3883dc559cc3931c/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:27:19.582487+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3368.89, "started_at": "2026-05-19T16:27:16.212433+00:00", "ended_at": "2026-05-19T16:27:19.581366+00:00", "prompt_metrics": {"chars": 68753, "bytes_utf8": 68753, "lines": 2151, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4110-20ed-7891-b70e-9e5dc8528bf5\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:27:23.755505+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3169.06, "started_at": "2026-05-19T16:27:20.585317+00:00", "ended_at": "2026-05-19T16:27:23.754428+00:00", "prompt_metrics": {"chars": 68753, "bytes_utf8": 68753, "lines": 2151, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4110-3205-7aa1-bb66-974325bd2cae\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..0b850f207866fa862410d13d22210ae4d8745475 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:31:20.441216+00:00", + "ended_at": "2026-05-19T16:31:23.603690+00:00", + "elapsed_ms": 3162.43, + "returncode": 1, + "prompt_metrics": { + "chars": 68496, + "bytes_utf8": 68496, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..0643dd4ea94b602a48144479b51af02edf88bbe5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:31:24.609665+00:00", + "ended_at": "2026-05-19T16:31:28.439469+00:00", + "elapsed_ms": 3829.73, + "returncode": 1, + "prompt_metrics": { + "chars": 68496, + "bytes_utf8": 68496, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..41aa4e91da174aa94daf9816ae7340f6f8266c75 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Low-Support Group Count to probe tail_set_consistency with semantic role count_distribution. Focus on group_col=as_000.", + "planned_template_id": "tpl_tail_low_support_group_count_v2", + "bindings": { + "group_col": "as_000", + "top_k": 16, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 27588.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..41aa4e91da174aa94daf9816ae7340f6f8266c75 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Low-Support Group Count to probe tail_set_consistency with semantic role count_distribution. Focus on group_col=as_000.", + "planned_template_id": "tpl_tail_low_support_group_count_v2", + "bindings": { + "group_col": "as_000", + "top_k": 16, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 27588.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c0ac7424041b99550572b8e0c369e46ded335fc --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-db0d-74d2-a20a-48c0712b09c7"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce9470bae7424a8bd7a0a23d746a97b7fea5f617 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-db0d-74d2-a20a-48c0712b09c7"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..b501373bc6103b57c9faf6935a06338ee24f294b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-eb54-70f2-91f7-5888baf596b4"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9c9aa576c5927dd5f55c10d2c73a7ffedad7c71 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-eb54-70f2-91f7-5888baf596b4"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_39f333a21a1bf672/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..e387892204fff244c7b934191cf6f137a3e91b9e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:20:24.452206+00:00", + "ended_at": "2026-05-19T16:20:27.469269+00:00", + "elapsed_ms": 3017.03, + "returncode": 1, + "prompt_metrics": { + "chars": 69056, + "bytes_utf8": 69056, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..8aa1a2bcb5f5668ae830ab48429f2e6b85373eb0 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:20:28.474215+00:00", + "ended_at": "2026-05-19T16:20:33.723278+00:00", + "elapsed_ms": 5249.02, + "returncode": 1, + "prompt_metrics": { + "chars": 69056, + "bytes_utf8": 69056, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..00cbfaf556a7a5b4f20bcf9f70ad8c48e5e10df0 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role filtered_stable_view. Focus on group_col=af_000, measure_col=by_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "af_000", + "measure_col": "by_000", + "top_k": 10, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 15622.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..00cbfaf556a7a5b4f20bcf9f70ad8c48e5e10df0 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role filtered_stable_view. Focus on group_col=af_000, measure_col=by_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "af_000", + "measure_col": "by_000", + "top_k": 10, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 15622.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..431b9874b6d4c9638f340df4de08d85e59e97d28 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4109-d810-76e0-86bb-abca1753ae86"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce7af167481bcddc13551ea34a0f823826751908 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4109-d810-76e0-86bb-abca1753ae86"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..22cf8150da0cf093eb053e39ba0ed986b8750156 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4109-e7b2-7b63-8e94-7bca49f37a2f"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..72c72d1007d07a74b2b50277b56f537d485bca6d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4109-e7b2-7b63-8e94-7bca49f37a2f"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3c5fc4069c9e36c2/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..b095b287c0a8c1fa905aff0274410cdb31c9c283 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:19:03.239959+00:00", + "ended_at": "2026-05-19T16:19:06.355944+00:00", + "elapsed_ms": 3115.95, + "returncode": 1, + "prompt_metrics": { + "chars": 68677, + "bytes_utf8": 68677, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..cdc1dcdc51a3cb9809005734b026dc7f8c328bce --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:19:07.361137+00:00", + "ended_at": "2026-05-19T16:19:10.699387+00:00", + "elapsed_ms": 3338.2, + "returncode": 1, + "prompt_metrics": { + "chars": 68677, + "bytes_utf8": 68677, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a241f83e1001f91d9f6b82d53503f8808b715c5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_quantile_tail_slice", + "template_name": "Quantile Tail Slice", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;", + "required_roles": [ + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Quantile Tail Slice to probe tail_set_consistency with semantic role rare_extreme_view. Focus on measure_col=bq_000.", + "planned_template_id": "tpl_m4_quantile_tail_slice", + "bindings": { + "measure_col": "bq_000", + "top_k": 13, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 433740.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a241f83e1001f91d9f6b82d53503f8808b715c5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_quantile_tail_slice", + "template_name": "Quantile Tail Slice", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;", + "required_roles": [ + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Quantile Tail Slice to probe tail_set_consistency with semantic role rare_extreme_view. Focus on measure_col=bq_000.", + "planned_template_id": "tpl_m4_quantile_tail_slice", + "bindings": { + "measure_col": "bq_000", + "top_k": 13, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 433740.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac7748a3bcab0b575f6402537e09853f0e00206f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4108-9b15-7cf1-8336-94d14fd20aeb"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea237dd0cc834d3d9037999cee1e7e895ee594ee --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4108-9b15-7cf1-8336-94d14fd20aeb"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bb2b4a6dd757ab859a03c80a21c75a660830c0a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4108-aae9-7ac0-a4f7-7dee869a5795"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c6b23830f4fdad16be6a5390a9f27c706ec1353 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4108-aae9-7ac0-a4f7-7dee869a5795"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_3f9acd3a0309cc9c/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..b5f7d58c90819e85b8871779ef96eb9ce2685b15 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:19:43.680209+00:00", + "ended_at": "2026-05-19T16:19:47.025260+00:00", + "elapsed_ms": 3345.01, + "returncode": 1, + "prompt_metrics": { + "chars": 69060, + "bytes_utf8": 69060, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..1ca9d4e0cea10c0b9d9638e8c67e343d9cf8be0d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:19:48.029323+00:00", + "ended_at": "2026-05-19T16:19:53.584919+00:00", + "elapsed_ms": 5555.56, + "returncode": 1, + "prompt_metrics": { + "chars": 69060, + "bytes_utf8": 69060, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..da0a7099c94ad0d066f070bfdf2262e0a0d151c7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=ab_000, measure_col=bv_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "ab_000", + "measure_col": "bv_000", + "top_k": 18, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 2992391.44, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..da0a7099c94ad0d066f070bfdf2262e0a0d151c7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=ab_000, measure_col=bv_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "ab_000", + "measure_col": "bv_000", + "top_k": 18, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 2992391.44, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f7cee9150535c11ad08235ddcaf3218910f441b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4109-38cd-7de3-86d3-e9804e2d8d1d"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..6abd52b301d40746db25eceaaefd78ed99282063 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4109-38cd-7de3-86d3-e9804e2d8d1d"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c9cce60351d936b09421b15d5099edb850a1ee6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4109-49bb-7c00-9350-98ef91768b0e"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f27e01a44ac675b187ea6d0aeaf62baf9f5e362 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4109-49bb-7c00-9350-98ef91768b0e"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_40dfd4fdf01b1108/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_414a59453ec1fb6a/final_answer.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_414a59453ec1fb6a/final_answer.txt new file mode 100644 index 0000000000000000000000000000000000000000..42445f5a2e70317f94bd258312afbcdd061a1b24 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_414a59453ec1fb6a/final_answer.txt @@ -0,0 +1 @@ +{"row_count": null, "preview_rows": [{"af_000": "0", "total_rows": 70217, "missing_rows": 0, "missing_rate": 0.0}, {"af_000": "", "total_rows": 3190, "missing_rows": 0, "missing_rate": 0.0}, {"af_000": "2", "total_rows": 729, "missing_rows": 0, "missing_rate": 0.0}, {"af_000": "4", "total_rows": 144, "missing_rows": 0, "missing_rate": 0.0}, {"af_000": "6", "total_rows": 103, "missing_rows": 0, "missing_rate": 0.0}]} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_414a59453ec1fb6a/generated_sql.sql b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_414a59453ec1fb6a/generated_sql.sql new file mode 100644 index 0000000000000000000000000000000000000000..bd5aab6572a064cd676bec662484dda028d8b5e2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_414a59453ec1fb6a/generated_sql.sql @@ -0,0 +1,21 @@ +-- sql_source_version: v2 +-- sql_source_label: v2_current +-- sql_source_run_id: v2_cli_20260502_081223_f +-- sql_source_dataset_id: n18 +-- family_id: missingness_structure +-- canonical_subitem_id: co_missingness_pattern_consistency +-- intended_facet_id: missing_rate_by_subgroup +-- variant_semantic_role: missing_rate_by_subgroup +-- template_id: tpl_missing_rate_by_subgroup +-- query_record_id: v2q_n18_414a59453ec1fb6a +-- problem_id: v2p_n18_7a9eb9f042e7e2d5 +-- realization_mode: deterministic +-- source_kind: deterministic +SELECT + "af_000", + COUNT(*) AS total_rows, + SUM(CASE WHEN "ag_009" IS NULL THEN 1 ELSE 0 END) AS missing_rows, + AVG(CASE WHEN "ag_009" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate +FROM "n18" +GROUP BY "af_000" +ORDER BY missing_rate DESC, total_rows DESC; diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_414a59453ec1fb6a/query_results.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_414a59453ec1fb6a/query_results.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4fe4584ef994b3edaa85d4f9787da2dc547b206b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_414a59453ec1fb6a/query_results.jsonl @@ -0,0 +1 @@ +{"node_name": "v2_template", "tool_name": "sqlite_query", "query": "-- sql_source_version: v2\n-- sql_source_label: v2_current\n-- sql_source_run_id: v2_cli_20260502_081223_f\n-- sql_source_dataset_id: n18\n-- family_id: missingness_structure\n-- canonical_subitem_id: co_missingness_pattern_consistency\n-- intended_facet_id: missing_rate_by_subgroup\n-- variant_semantic_role: missing_rate_by_subgroup\n-- template_id: tpl_missing_rate_by_subgroup\n-- query_record_id: v2q_n18_414a59453ec1fb6a\n-- problem_id: v2p_n18_7a9eb9f042e7e2d5\n-- realization_mode: deterministic\n-- source_kind: deterministic\nSELECT\n \"af_000\",\n COUNT(*) AS total_rows,\n SUM(CASE WHEN \"ag_009\" IS NULL THEN 1 ELSE 0 END) AS missing_rows,\n AVG(CASE WHEN \"ag_009\" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\nFROM \"n18\"\nGROUP BY \"af_000\"\nORDER BY missing_rate DESC, total_rows DESC;", "result": "{\"query\": \"-- sql_source_version: v2\\n-- sql_source_label: v2_current\\n-- sql_source_run_id: v2_cli_20260502_081223_f\\n-- sql_source_dataset_id: n18\\n-- family_id: missingness_structure\\n-- canonical_subitem_id: co_missingness_pattern_consistency\\n-- intended_facet_id: missing_rate_by_subgroup\\n-- variant_semantic_role: missing_rate_by_subgroup\\n-- template_id: tpl_missing_rate_by_subgroup\\n-- query_record_id: v2q_n18_414a59453ec1fb6a\\n-- problem_id: v2p_n18_7a9eb9f042e7e2d5\\n-- realization_mode: deterministic\\n-- source_kind: deterministic\\nSELECT\\n \\\"af_000\\\",\\n COUNT(*) AS total_rows,\\n SUM(CASE WHEN \\\"ag_009\\\" IS NULL THEN 1 ELSE 0 END) AS missing_rows,\\n AVG(CASE WHEN \\\"ag_009\\\" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\\nFROM \\\"n18\\\"\\nGROUP BY \\\"af_000\\\"\\nORDER BY missing_rate DESC, total_rows DESC;\", \"columns\": [\"af_000\", \"total_rows\", \"missing_rows\", \"missing_rate\"], \"rows\": [{\"af_000\": \"0\", \"total_rows\": 70217, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"\", \"total_rows\": 3190, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"2\", \"total_rows\": 729, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"4\", \"total_rows\": 144, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"6\", \"total_rows\": 103, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"8\", \"total_rows\": 65, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"12\", \"total_rows\": 63, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"10\", \"total_rows\": 57, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"14\", \"total_rows\": 52, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"18\", \"total_rows\": 34, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"30\", \"total_rows\": 31, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"28\", \"total_rows\": 30, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"22\", \"total_rows\": 26, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"16\", \"total_rows\": 25, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"20\", \"total_rows\": 23, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"26\", \"total_rows\": 23, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"24\", \"total_rows\": 21, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"32\", \"total_rows\": 21, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"34\", \"total_rows\": 16, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"42\", \"total_rows\": 15, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"48\", \"total_rows\": 15, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"54\", \"total_rows\": 13, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"98\", \"total_rows\": 13, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"60\", \"total_rows\": 12, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"64\", \"total_rows\": 12, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"40\", \"total_rows\": 11, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"104\", \"total_rows\": 10, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"50\", \"total_rows\": 10, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"52\", \"total_rows\": 10, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"206\", \"total_rows\": 9, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"36\", \"total_rows\": 9, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"46\", \"total_rows\": 9, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"78\", \"total_rows\": 9, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"96\", \"total_rows\": 9, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"108\", \"total_rows\": 8, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"240\", \"total_rows\": 8, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"244\", \"total_rows\": 8, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"254\", \"total_rows\": 8, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"288\", \"total_rows\": 8, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"38\", \"total_rows\": 8, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"44\", \"total_rows\": 8, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"100\", \"total_rows\": 7, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"132\", \"total_rows\": 7, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"140\", \"total_rows\": 7, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"160\", \"total_rows\": 7, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"174\", \"total_rows\": 7, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"190\", \"total_rows\": 7, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"352\", \"total_rows\": 7, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"56\", \"total_rows\": 7, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"af_000\": \"58\", \"total_rows\": 7, \"missing_rows\": 0, \"missing_rate\": 0.0}], \"row_count_returned\": 50, \"row_limit\": 50, \"truncated\": true, \"elapsed_ms\": 61.92}"} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_414a59453ec1fb6a/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_414a59453ec1fb6a/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..0f64856e58d8205cd1ea95e445235b67bb8ccf6f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_414a59453ec1fb6a/run_manifest.json @@ -0,0 +1,59 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:34:15.202646+00:00", + "ended_at": "2026-05-19T16:34:15.266519+00:00", + "status": "completed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_414a59453ec1fb6a", + "problem_id": "v2p_n18_7a9eb9f042e7e2d5", + "dataset_id": "n18", + "template_id": "tpl_missing_rate_by_subgroup", + "template_name": "Missing Rate by Subgroup", + "family_id": "missingness_structure", + "canonical_subitem_id": "co_missingness_pattern_consistency", + "intended_facet_id": "missing_rate_by_subgroup", + "variant_semantic_role": "missing_rate_by_subgroup", + "subitem_assignment_source": "template_fixed", + "source_kind": "deterministic", + "realization_mode": "deterministic", + "gate_priority": "deterministic", + "extended_family": false, + "question": "Use template Missing Rate by Subgroup to probe co_missingness_pattern_consistency with semantic role missing_rate_by_subgroup. Focus on group_col=af_000, missing_col=ag_009.", + "bindings": { + "missing_col": "ag_009", + "group_col": "af_000" + }, + "binding_roles": [ + "missing_col", + "group_col" + ], + "coverage_target_min": "enumerate_all_applicable", + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS total_rows,\n SUM(CASE WHEN {missing_col} IS NULL THEN 1 ELSE 0 END) AS missing_rows,\n AVG(CASE WHEN {missing_col} IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY missing_rate DESC, total_rows DESC;", + "notes": [ + "default_facets=missing_rate_by_subgroup,missing_target_interaction", + "template_selection_mode=deterministic", + "problem_index_within_template=2", + "sql_variant_index=1/1" + ], + "template_selection_mode": "deterministic", + "selected_template_rank": 0, + "problem_index_within_template": 2, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "generated_sql_path": "/data/jialinzhang/TabQueryBench/sql_workloads/v2_current/runs_and_launches/runs/v2_cli_20260502_081223_f/n18/sql/v2q_n18_414a59453ec1fb6a.sql", + "usage_summary": { + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" + } +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_414a59453ec1fb6a/usage_summary.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_414a59453ec1fb6a/usage_summary.json new file mode 100644 index 0000000000000000000000000000000000000000..96c9ff4feec395919fc26411d18d078b8af6e1c7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_414a59453ec1fb6a/usage_summary.json @@ -0,0 +1,9 @@ +{ + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_41c7b8498ad0e017/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_41c7b8498ad0e017/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..19c5665eb7affd39c6c13b3c5d3ec81138361c0e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_41c7b8498ad0e017/run_manifest.json @@ -0,0 +1,67 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:31:28.442016+00:00", + "ended_at": "2026-05-19T16:31:36.281785+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_41c7b8498ad0e017", + "problem_id": "v2p_n18_46907a38b4944008", + "dataset_id": "n18", + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "family_id": "tail_rarity_structure", + "canonical_subitem_id": "tail_mass_similarity", + "intended_facet_id": "tail_ranked_signal", + "variant_semantic_role": "count_distribution", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Low-Support Group Count to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=au_000.", + "bindings": { + "group_col": "au_000", + "top_k": 12, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 9376.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "notes": [ + "default_facets=tail_ranked_signal", + "template_selection_mode=rule", + "problem_index_within_template=8", + "sql_variant_index=1/2", + "binding_index=127" + ], + "template_selection_mode": "rule", + "selected_template_rank": 11, + "problem_index_within_template": 8, + "sql_variant_index": 1, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_41c7b8498ad0e017/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_41c7b8498ad0e017/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c96f6817a617067f08dcd142f8f20fd767aaf44e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_41c7b8498ad0e017/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:31:31.645733+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3151.73, "started_at": "2026-05-19T16:31:28.491901+00:00", "ended_at": "2026-05-19T16:31:31.643702+00:00", "prompt_metrics": {"chars": 68493, "bytes_utf8": 68493, "lines": 2146, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4113-fa5f-7131-a599-c9000f2e43db\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:31:36.281670+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3629.86, "started_at": "2026-05-19T16:31:32.650510+00:00", "ended_at": "2026-05-19T16:31:36.280429+00:00", "prompt_metrics": {"chars": 68493, "bytes_utf8": 68493, "lines": 2146, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4114-0aad-7ae0-8c5d-30af770fc822\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..ceacf6ddb0cbe15f1bf2161fe435671edec470fd --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:12:22.042464+00:00", + "ended_at": "2026-05-19T16:12:24.925507+00:00", + "elapsed_ms": 2883.01, + "returncode": 1, + "prompt_metrics": { + "chars": 68906, + "bytes_utf8": 68906, + "lines": 2150, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..a5c0c7eff441996812a8210011da272ecad73e7d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:12:25.931298+00:00", + "ended_at": "2026-05-19T16:12:29.291827+00:00", + "elapsed_ms": 3360.48, + "returncode": 1, + "prompt_metrics": { + "chars": 68906, + "bytes_utf8": 68906, + "lines": 2150, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2c483912ef3cec1602162178f79d84fcc3fa7f3 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2150 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "required_roles": [ + "group_col", + "item_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role within_group_proportion. Focus on group_col=class, measure_col=at_000.", + "planned_template_id": "tpl_tpcds_within_group_share", + "bindings": { + "group_col": "class", + "measure_col": "at_000", + "item_col": "aq_000", + "top_k": 14, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 2968.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2c483912ef3cec1602162178f79d84fcc3fa7f3 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2150 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "required_roles": [ + "group_col", + "item_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role within_group_proportion. Focus on group_col=class, measure_col=at_000.", + "planned_template_id": "tpl_tpcds_within_group_share", + "bindings": { + "group_col": "class", + "measure_col": "at_000", + "item_col": "aq_000", + "top_k": 14, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 2968.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..98e3c02027038fd19f64fa02636396e904a4ff2e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4102-7ba8-79e1-8d1c-41a2e5884e51"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..71f2aa026bd82dca65a171375518b98a83972bb4 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4102-7ba8-79e1-8d1c-41a2e5884e51"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..878687971b76dabe5ef40fbadb1705878cd3eb3a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4102-8adb-7420-b300-056a043d84bf"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..8640413cc00ea6da827d3d0db6252e52673f5ae2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4102-8adb-7420-b300-056a043d84bf"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_43a3fa9b0bffb904/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..b3dc43495a83083395ce119c62e0633e81f0e6d7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:30:23.302474+00:00", + "ended_at": "2026-05-19T16:30:26.792586+00:00", + "elapsed_ms": 3490.06, + "returncode": 1, + "prompt_metrics": { + "chars": 68492, + "bytes_utf8": 68492, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..c77ac7f62a8783853c37a1f66367876d5090cd61 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:30:27.797175+00:00", + "ended_at": "2026-05-19T16:30:31.628758+00:00", + "elapsed_ms": 3831.53, + "returncode": 1, + "prompt_metrics": { + "chars": 68492, + "bytes_utf8": 68492, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfb4aa518ed853d08bff3cf21d419bf28e366084 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Low-Support Group Count to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=af_000.", + "planned_template_id": "tpl_tail_low_support_group_count_v2", + "bindings": { + "group_col": "af_000", + "top_k": 13, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 160.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfb4aa518ed853d08bff3cf21d419bf28e366084 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Low-Support Group Count to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=af_000.", + "planned_template_id": "tpl_tail_low_support_group_count_v2", + "bindings": { + "group_col": "af_000", + "top_k": 13, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 160.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..21e0f9232daf20a918fa3a1904dd3d4cdebe4a9e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4112-fba7-7b71-af1f-629c7707d89e"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..2464b4180ffe1ccf290d6905bfad11bcad54a9b1 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4112-fba7-7b71-af1f-629c7707d89e"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc1b8e7a5bd889bde018398d8a32e1e49ed148aa --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-0d51-74f1-ab02-7f69b1c5835c"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d33bffd9d8d53511e2926e8dd9a41b22c7f0b0a3 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-0d51-74f1-ab02-7f69b1c5835c"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48082b80bbbfa55a/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..d6e24a1a5b204ed3b3266a0f4ed538a1d1d25a4f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:30:47.728813+00:00", + "ended_at": "2026-05-19T16:30:51.546700+00:00", + "elapsed_ms": 3817.82, + "returncode": 1, + "prompt_metrics": { + "chars": 68495, + "bytes_utf8": 68495, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..958877ade3012935f3bae623a6ad31f7c31aae76 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:30:52.552600+00:00", + "ended_at": "2026-05-19T16:30:55.950835+00:00", + "elapsed_ms": 3398.17, + "returncode": 1, + "prompt_metrics": { + "chars": 68495, + "bytes_utf8": 68495, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8bd910aec97dd981f9b3f5be5f59b128d27c838 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Low-Support Group Count to probe tail_set_consistency with semantic role count_distribution. Focus on group_col=aj_000.", + "planned_template_id": "tpl_tail_low_support_group_count_v2", + "bindings": { + "group_col": "aj_000", + "top_k": 19, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 7796.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8bd910aec97dd981f9b3f5be5f59b128d27c838 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Low-Support Group Count to probe tail_set_consistency with semantic role count_distribution. Focus on group_col=aj_000.", + "planned_template_id": "tpl_tail_low_support_group_count_v2", + "bindings": { + "group_col": "aj_000", + "top_k": 19, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 7796.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..4bab1df0c8094aa58ab2b6acc1cda3cda80bcaf8 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-5b24-75f1-bdd8-4359962e004f"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4117ac360641d6ba528d4219f1b62b5796ab28e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-5b24-75f1-bdd8-4359962e004f"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..906b89a2dbdd68bd5e7f00d4e268295204c05370 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-6dd8-7143-88fd-fd05aadaaa67"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..066fa10e7a55e12fb17903110f39afee766dffae --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-6dd8-7143-88fd-fd05aadaaa67"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dd4d6cb336d11a/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dde16621e34147/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dde16621e34147/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..205271f12c50999cf12ffb063ab34428e9f9c550 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dde16621e34147/run_manifest.json @@ -0,0 +1,73 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:17:40.538398+00:00", + "ended_at": "2026-05-19T16:17:52.107620+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_48dde16621e34147", + "problem_id": "v2p_n18_bccce5b59c7d2903", + "dataset_id": "n18", + "template_id": "tpl_c2_filtered_group_count_2d", + "template_name": "Filtered Two-Dimensional Group Count", + "family_id": "conditional_dependency_structure", + "canonical_subitem_id": "slice_level_consistency", + "intended_facet_id": "conditional_interaction_hotspots", + "variant_semantic_role": "count_distribution", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Filtered Two-Dimensional Group Count to probe slice_level_consistency with semantic role count_distribution. Focus on group_col=ae_000, group_col_2=ch_000.", + "bindings": { + "group_col": "ae_000", + "group_col_2": "ch_000", + "predicate_col": "ba_003", + "predicate_op": ">=", + "predicate_value": 220220.0, + "top_k": 11, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 260.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "group_col_2", + "predicate_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;", + "notes": [ + "default_facets=conditional_interaction_hotspots", + "template_selection_mode=rule", + "problem_index_within_template=9", + "sql_variant_index=1/1", + "binding_index=56" + ], + "template_selection_mode": "rule", + "selected_template_rank": 5, + "problem_index_within_template": 9, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dde16621e34147/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dde16621e34147/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..439701bafa3324c5e050b844c529c8801d4783a9 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48dde16621e34147/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:17:44.239027+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3658.22, "started_at": "2026-05-19T16:17:40.579460+00:00", "ended_at": "2026-05-19T16:17:44.237740+00:00", "prompt_metrics": {"chars": 68812, "bytes_utf8": 68812, "lines": 2152, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4107-587b-7631-a1c3-e985921d63ce\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:17:52.107509+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 6864.54, "started_at": "2026-05-19T16:17:45.241621+00:00", "ended_at": "2026-05-19T16:17:52.106208+00:00", "prompt_metrics": {"chars": 68812, "bytes_utf8": 68812, "lines": 2152, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4107-6aa2-7921-a107-a87e3a4454d2\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..224e87b1bda63c5c4e1ccad8dd9e2d4d76d12b86 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:08:56.755761+00:00", + "ended_at": "2026-05-19T16:09:00.076955+00:00", + "elapsed_ms": 3321.16, + "returncode": 1, + "prompt_metrics": { + "chars": 68499, + "bytes_utf8": 68499, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..c9a3caa2f6cb0fee3f00adff6e2661439f977506 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:09:01.081792+00:00", + "ended_at": "2026-05-19T16:09:04.513035+00:00", + "elapsed_ms": 3431.15, + "returncode": 1, + "prompt_metrics": { + "chars": 68499, + "bytes_utf8": 68499, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e20b1d2f7070b0d36e006d2d58bc2161c3aa19b6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "primary_family": "subgroup_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=class, measure_col=aa_000.", + "planned_template_id": "tpl_h2o_group_sum", + "bindings": { + "group_col": "class", + "measure_col": "aa_000", + "top_k": 10, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 37016.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e20b1d2f7070b0d36e006d2d58bc2161c3aa19b6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "primary_family": "subgroup_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=class, measure_col=aa_000.", + "planned_template_id": "tpl_h2o_group_sum", + "bindings": { + "group_col": "class", + "measure_col": "aa_000", + "top_k": 10, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 37016.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8bc961174d71afec0491384035ea9007ae05df5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e40ff-59b6-7c40-826c-65c2d6bdf226"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..61c10ed1a530908a1615bda34cf879eff9c154c1 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e40ff-59b6-7c40-826c-65c2d6bdf226"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..b931c173db6ad4289dcdb47c3f306d84e1507780 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e40ff-6a96-75e1-b11a-d82f0082020e"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c0b3d4a7b3acfda1e34103bba89862336617e2a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e40ff-6a96-75e1-b11a-d82f0082020e"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_48f98b3898aac3cc/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..5456c317c873c0f539ad36376573369ed0e0d707 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:32:43.943423+00:00", + "ended_at": "2026-05-19T16:32:47.792579+00:00", + "elapsed_ms": 3849.11, + "returncode": 1, + "prompt_metrics": { + "chars": 68584, + "bytes_utf8": 68584, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..7b3720a3c80b1202cbc808c33e20f647ca105d24 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:32:48.798961+00:00", + "ended_at": "2026-05-19T16:32:52.409286+00:00", + "elapsed_ms": 3610.24, + "returncode": 1, + "prompt_metrics": { + "chars": 68584, + "bytes_utf8": 68584, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..a71c080115869aea2767f2d83f56a7e4d0246de5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Window Partition Average to probe direction_consistency with semantic role filtered_stable_view. Focus on group_col=cl_000, measure_col=dy_000.", + "planned_template_id": "tpl_m4_window_partition_avg", + "bindings": { + "group_col": "cl_000", + "measure_col": "dy_000", + "top_k": 15, + "top_n": 7, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 58.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..a71c080115869aea2767f2d83f56a7e4d0246de5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Window Partition Average to probe direction_consistency with semantic role filtered_stable_view. Focus on group_col=cl_000, measure_col=dy_000.", + "planned_template_id": "tpl_m4_window_partition_avg", + "bindings": { + "group_col": "cl_000", + "measure_col": "dy_000", + "top_k": 15, + "top_n": 7, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 58.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdb70a85bf0d4cbe5241df0f1b9d3fc416b3e46a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4115-213a-7400-b940-08d994b69076"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..a874b6fc9e054c04d5758ed5220cd36812341a5b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4115-213a-7400-b940-08d994b69076"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..531ffac5c211be6cf0c79b00755cb38ea066b319 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4115-340d-7002-8a75-e146ca500ac3"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..2206939c6fdefc518980dbecc38d989a22229e0e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4115-340d-7002-8a75-e146ca500ac3"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_497b778ea0016b04/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_49d668f92c8722cc/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_49d668f92c8722cc/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..6f7daccbebfe77bf6138ed52369f63945da38887 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_49d668f92c8722cc/run_manifest.json @@ -0,0 +1,69 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:10:31.828929+00:00", + "ended_at": "2026-05-19T16:10:40.662301+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_49d668f92c8722cc", + "problem_id": "v2p_n18_ef6d9fa41feeb991", + "dataset_id": "n18", + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "family_id": "subgroup_structure", + "canonical_subitem_id": "internal_profile_stability", + "intended_facet_id": "subgroup_distribution_shift", + "variant_semantic_role": "collapsed_target_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=as_000, measure_col=ag_002.", + "bindings": { + "group_col": "as_000", + "measure_col": "ag_002", + "top_k": 11, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 292.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "notes": [ + "default_facets=subgroup_distribution_shift,subgroup_rank_order,subgroup_conditional_contrast", + "template_selection_mode=rule", + "problem_index_within_template=7", + "sql_variant_index=1/2", + "binding_index=6" + ], + "template_selection_mode": "rule", + "selected_template_rank": 1, + "problem_index_within_template": 7, + "sql_variant_index": 1, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_49d668f92c8722cc/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_49d668f92c8722cc/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4c5312dce4cd05d9eff274485f4814ca9407a1d5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_49d668f92c8722cc/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:10:35.282064+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3423.21, "started_at": "2026-05-19T16:10:31.858029+00:00", "ended_at": "2026-05-19T16:10:35.281258+00:00", "prompt_metrics": {"chars": 68499, "bytes_utf8": 68499, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4100-cd43-7f10-973b-21c79c23a889\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:10:40.662211+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 4377.36, "started_at": "2026-05-19T16:10:36.283902+00:00", "ended_at": "2026-05-19T16:10:40.661293+00:00", "prompt_metrics": {"chars": 68499, "bytes_utf8": 68499, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4100-de8c-7f10-9a2e-1da2d90ea0c9\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..1415a0d6ed900b6e5813a36e2c1d70786e7bd0e3 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:18:13.056565+00:00", + "ended_at": "2026-05-19T16:18:17.438205+00:00", + "elapsed_ms": 4381.6, + "returncode": 1, + "prompt_metrics": { + "chars": 68677, + "bytes_utf8": 68677, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..7fc7651d73660fff1e2a62ec40c2e3a5803dbab1 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:18:18.444367+00:00", + "ended_at": "2026-05-19T16:18:21.217315+00:00", + "elapsed_ms": 2772.9, + "returncode": 1, + "prompt_metrics": { + "chars": 68677, + "bytes_utf8": 68677, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..c319f6dc1a3492f36ea4bb273aa868e58318d1ec --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_quantile_tail_slice", + "template_name": "Quantile Tail Slice", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;", + "required_roles": [ + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Quantile Tail Slice to probe tail_set_consistency with semantic role rare_extreme_view. Focus on measure_col=bk_000.", + "planned_template_id": "tpl_m4_quantile_tail_slice", + "bindings": { + "measure_col": "bk_000", + "top_k": 12, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 238240.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..c319f6dc1a3492f36ea4bb273aa868e58318d1ec --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_quantile_tail_slice", + "template_name": "Quantile Tail Slice", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;", + "required_roles": [ + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Quantile Tail Slice to probe tail_set_consistency with semantic role rare_extreme_view. Focus on measure_col=bk_000.", + "planned_template_id": "tpl_m4_quantile_tail_slice", + "bindings": { + "measure_col": "bk_000", + "top_k": 12, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 238240.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..df847bf47ac239c1c6f33a10cf93b35a7e405bdd --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4107-d75b-7600-9767-25a8ef4b5df9"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..13e4c035fccf5889138dae5fbdb074c2db62859a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4107-d75b-7600-9767-25a8ef4b5df9"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f368f3581e2c8bdc84ccc270d72c21afaf49a27 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4107-ebd4-7780-bfc7-57c41c38c405"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c5bf5b6fd29916f540156c1ebda6a7feb5cf5de --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4107-ebd4-7780-bfc7-57c41c38c405"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4acd4fcb74090107/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..f30608fe1d18f7b6850816d542422a75660e6672 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:29:33.721271+00:00", + "ended_at": "2026-05-19T16:29:37.285431+00:00", + "elapsed_ms": 3564.09, + "returncode": 1, + "prompt_metrics": { + "chars": 68491, + "bytes_utf8": 68491, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..7f13a05ee193be25dae9e565eadc4b7f49434e2a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:29:38.292177+00:00", + "ended_at": "2026-05-19T16:29:41.905293+00:00", + "elapsed_ms": 3613.05, + "returncode": 1, + "prompt_metrics": { + "chars": 68491, + "bytes_utf8": 68491, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd762537cb9dfef10f75838714f79cf9b10ea13d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Low-Support Group Count to probe tail_set_consistency with semantic role rare_extreme_view. Focus on group_col=class.", + "planned_template_id": "tpl_tail_low_support_group_count_v2", + "bindings": { + "group_col": "class", + "top_k": 10, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 2136.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd762537cb9dfef10f75838714f79cf9b10ea13d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Low-Support Group Count to probe tail_set_consistency with semantic role rare_extreme_view. Focus on group_col=class.", + "planned_template_id": "tpl_tail_low_support_group_count_v2", + "bindings": { + "group_col": "class", + "top_k": 10, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 2136.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..965f50d66a19899d0fda4a1a1c06b21a3d740aa1 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4112-3a02-7843-9496-9e513a1f51c8"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..04d4664659cee74798fc75bd958d7b90a301c908 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4112-3a02-7843-9496-9e513a1f51c8"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5681220e5b1c747b0d7ebb1b4ed6ff1da334f84 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4112-4be2-7642-97ea-264a99f8c673"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2fc1125f8c8fbfaa873199532425971b27c5974 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4112-4be2-7642-97ea-264a99f8c673"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c1071b9fc269a44/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..881883284eee8797b91948a1b455f570bda41f99 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:28:54.283852+00:00", + "ended_at": "2026-05-19T16:28:57.783285+00:00", + "elapsed_ms": 3499.39, + "returncode": 1, + "prompt_metrics": { + "chars": 68441, + "bytes_utf8": 68441, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..307618a42f7d5c3320bcc5a295b80f22000df6e1 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:28:58.789297+00:00", + "ended_at": "2026-05-19T16:29:01.982746+00:00", + "elapsed_ms": 3193.38, + "returncode": 1, + "prompt_metrics": { + "chars": 68441, + "bytes_utf8": 68441, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..793fbe81f8643efef5a0717e4f3a5c6793b7249d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_threshold_rarity_cdf", + "template_name": "Threshold Rarity CDF", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT AVG(CASE WHEN {measure_col} <= {measure_threshold} THEN 1 ELSE 0 END) AS empirical_cdf_at_threshold\nFROM {table};", + "required_roles": [ + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Threshold Rarity CDF to probe tail_set_consistency with semantic role rare_extreme_view. Focus on measure_col=ct_000.", + "planned_template_id": "tpl_threshold_rarity_cdf", + "bindings": { + "measure_col": "ct_000", + "top_k": 12, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 1086.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT AVG(CASE WHEN {measure_col} <= {measure_threshold} THEN 1 ELSE 0 END) AS empirical_cdf_at_threshold\nFROM {table};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..793fbe81f8643efef5a0717e4f3a5c6793b7249d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_threshold_rarity_cdf", + "template_name": "Threshold Rarity CDF", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT AVG(CASE WHEN {measure_col} <= {measure_threshold} THEN 1 ELSE 0 END) AS empirical_cdf_at_threshold\nFROM {table};", + "required_roles": [ + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Threshold Rarity CDF to probe tail_set_consistency with semantic role rare_extreme_view. Focus on measure_col=ct_000.", + "planned_template_id": "tpl_threshold_rarity_cdf", + "bindings": { + "measure_col": "ct_000", + "top_k": 12, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 1086.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT AVG(CASE WHEN {measure_col} <= {measure_threshold} THEN 1 ELSE 0 END) AS empirical_cdf_at_threshold\nFROM {table};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..7eeac1a6ea447a1818b6cd43794ee68c2f67c60f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4111-9fe6-7651-ba36-7d6630c4d1bd"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..972c7119e12b1ed9aa7f32d9b8b7a18557ebe199 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4111-9fe6-7651-ba36-7d6630c4d1bd"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..e576eb2c6c232ce3cbc688a171fed0a612a66974 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4111-b1b1-7683-9634-efebeb20e261"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..78ced60c4158fafb68f694f333d3bee800d1e3e1 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4111-b1b1-7683-9634-efebeb20e261"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4c93056e1097d4b9/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..50e10fcb20ff0a4ca6366762c8ffa10b880c3e78 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:32:52.460823+00:00", + "ended_at": "2026-05-19T16:32:56.056282+00:00", + "elapsed_ms": 3595.4, + "returncode": 1, + "prompt_metrics": { + "chars": 68589, + "bytes_utf8": 68589, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..ff0f583928c1959f21f3ca1e1ee1db1aa653f52f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:32:57.062455+00:00", + "ended_at": "2026-05-19T16:33:00.737788+00:00", + "elapsed_ms": 3675.27, + "returncode": 1, + "prompt_metrics": { + "chars": 68589, + "bytes_utf8": 68589, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..88d80aec6ddd7a5c96cb3664ecfae7d9d5af0d9c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Window Partition Average to probe slice_level_consistency with semantic role filtered_stable_view. Focus on group_col=cs_008, measure_col=eb_000.", + "planned_template_id": "tpl_m4_window_partition_avg", + "bindings": { + "group_col": "cs_008", + "measure_col": "eb_000", + "top_k": 11, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 1304800.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..88d80aec6ddd7a5c96cb3664ecfae7d9d5af0d9c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Window Partition Average to probe slice_level_consistency with semantic role filtered_stable_view. Focus on group_col=cs_008, measure_col=eb_000.", + "planned_template_id": "tpl_m4_window_partition_avg", + "bindings": { + "group_col": "cs_008", + "measure_col": "eb_000", + "top_k": 11, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 1304800.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..d3cdd71926d161cc94034d2a7665fea2737d0eca --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4115-426a-73d2-b3eb-6c195857baf8"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..580332980d2323c2199625bc0b194dd11abcf5d5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4115-426a-73d2-b3eb-6c195857baf8"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..3848f9881a8ad8806a52fc364d51770261c3022e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4115-545b-7193-91d1-4b95308cdcc7"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..dcdafb39da8bd858513099606648bd7476b218e1 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4115-545b-7193-91d1-4b95308cdcc7"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_4e2a0657d4c6978b/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..0880bac285de759d744be0788586019a431135e8 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:26:07.541977+00:00", + "ended_at": "2026-05-19T16:26:10.718490+00:00", + "elapsed_ms": 3176.43, + "returncode": 1, + "prompt_metrics": { + "chars": 68753, + "bytes_utf8": 68753, + "lines": 2151, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..95f087a6e4a14aee4a097e05b0116969dbdc540c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:26:11.722322+00:00", + "ended_at": "2026-05-19T16:26:16.525866+00:00", + "elapsed_ms": 4803.48, + "returncode": 1, + "prompt_metrics": { + "chars": 68753, + "bytes_utf8": 68753, + "lines": 2151, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2bdd376dc9884c0f97e8acf3ae35ffe253da390 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2151 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_group_condition_rate", + "template_name": "Grouped Condition Rate", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;", + "required_roles": [ + "group_col", + "condition_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Condition Rate to probe dependency_strength_similarity with semantic role within_group_proportion. Focus on group_col=class, condition_col=class.", + "planned_template_id": "tpl_m4_group_condition_rate", + "bindings": { + "group_col": "class", + "condition_col": "class", + "condition_value": "neg", + "positive_value": "neg", + "negative_value": "pos", + "top_k": 11, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 34492.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2bdd376dc9884c0f97e8acf3ae35ffe253da390 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2151 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_group_condition_rate", + "template_name": "Grouped Condition Rate", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;", + "required_roles": [ + "group_col", + "condition_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Condition Rate to probe dependency_strength_similarity with semantic role within_group_proportion. Focus on group_col=class, condition_col=class.", + "planned_template_id": "tpl_m4_group_condition_rate", + "bindings": { + "group_col": "class", + "condition_col": "class", + "condition_value": "neg", + "positive_value": "neg", + "negative_value": "pos", + "top_k": 11, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 34492.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..a265b0b5ab9d6a91eb83d43c5b03a139c2279c03 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410f-14a3-7c03-8da2-0403710a59b0"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..c974f4ebefbd032aacdda2b4950f5b3f9424e75d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410f-14a3-7c03-8da2-0403710a59b0"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..3fc29ed2088d0fe8084f0517ccb421a06505c96c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410f-24ff-7411-8261-790466dcf138"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..91f1837c63993762e75eeef54b67cf5c88628999 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410f-24ff-7411-8261-790466dcf138"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5166a63678be318b/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_51e572b073e0eb2b/final_answer.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_51e572b073e0eb2b/final_answer.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9a4531acc016be3acd26eebd9da0b6dafc5ef8b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_51e572b073e0eb2b/final_answer.txt @@ -0,0 +1 @@ +{"row_count": null, "preview_rows": [{"aa_000": "8", "support": 1293, "avg_response": 0.07733952049497293}, {"aa_000": "10", "support": 1201, "avg_response": 0.11823480432972523}, {"aa_000": "12", "support": 1158, "avg_response": 0.30569948186528495}, {"aa_000": "14", "support": 1135, "avg_response": 0.2960352422907489}, {"aa_000": "6", "support": 745, "avg_response": 0.10469798657718121}]} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_51e572b073e0eb2b/generated_sql.sql b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_51e572b073e0eb2b/generated_sql.sql new file mode 100644 index 0000000000000000000000000000000000000000..87e8f5083eeaa3f5587416986cb2704e8c7909e1 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_51e572b073e0eb2b/generated_sql.sql @@ -0,0 +1,21 @@ +-- sql_source_version: v2 +-- sql_source_label: v2_current +-- sql_source_run_id: v2_cli_20260502_081223_f +-- sql_source_dataset_id: n18 +-- family_id: cardinality_structure +-- canonical_subitem_id: high_cardinality_response_stability +-- intended_facet_id: target_cardinality_cross_section +-- variant_semantic_role: focused_target_view +-- template_id: tpl_cardinality_high_card_response_stability +-- query_record_id: v2q_n18_51e572b073e0eb2b +-- problem_id: v2p_n18_f2beb4dd26a50d77 +-- realization_mode: deterministic +-- source_kind: deterministic +SELECT + "aa_000", + COUNT(*) AS support, + AVG("ab_000") AS avg_response +FROM "n18" +GROUP BY "aa_000" +HAVING COUNT(*) >= 5.0 +ORDER BY support DESC, avg_response DESC; diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_51e572b073e0eb2b/query_results.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_51e572b073e0eb2b/query_results.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..328c4453173ac8845afed292e59fda386cedaebc --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_51e572b073e0eb2b/query_results.jsonl @@ -0,0 +1 @@ +{"node_name": "v2_template", "tool_name": "sqlite_query", "query": "-- sql_source_version: v2\n-- sql_source_label: v2_current\n-- sql_source_run_id: v2_cli_20260502_081223_f\n-- sql_source_dataset_id: n18\n-- family_id: cardinality_structure\n-- canonical_subitem_id: high_cardinality_response_stability\n-- intended_facet_id: target_cardinality_cross_section\n-- variant_semantic_role: focused_target_view\n-- template_id: tpl_cardinality_high_card_response_stability\n-- query_record_id: v2q_n18_51e572b073e0eb2b\n-- problem_id: v2p_n18_f2beb4dd26a50d77\n-- realization_mode: deterministic\n-- source_kind: deterministic\nSELECT\n \"aa_000\",\n COUNT(*) AS support,\n AVG(\"ab_000\") AS avg_response\nFROM \"n18\"\nGROUP BY \"aa_000\"\nHAVING COUNT(*) >= 5.0\nORDER BY support DESC, avg_response DESC;", "result": "{\"query\": \"-- sql_source_version: v2\\n-- sql_source_label: v2_current\\n-- sql_source_run_id: v2_cli_20260502_081223_f\\n-- sql_source_dataset_id: n18\\n-- family_id: cardinality_structure\\n-- canonical_subitem_id: high_cardinality_response_stability\\n-- intended_facet_id: target_cardinality_cross_section\\n-- variant_semantic_role: focused_target_view\\n-- template_id: tpl_cardinality_high_card_response_stability\\n-- query_record_id: v2q_n18_51e572b073e0eb2b\\n-- problem_id: v2p_n18_f2beb4dd26a50d77\\n-- realization_mode: deterministic\\n-- source_kind: deterministic\\nSELECT\\n \\\"aa_000\\\",\\n COUNT(*) AS support,\\n AVG(\\\"ab_000\\\") AS avg_response\\nFROM \\\"n18\\\"\\nGROUP BY \\\"aa_000\\\"\\nHAVING COUNT(*) >= 5.0\\nORDER BY support DESC, avg_response DESC;\", \"columns\": [\"aa_000\", \"support\", \"avg_response\"], \"rows\": [{\"aa_000\": \"8\", \"support\": 1293, \"avg_response\": 0.07733952049497293}, {\"aa_000\": \"10\", \"support\": 1201, \"avg_response\": 0.11823480432972523}, {\"aa_000\": \"12\", \"support\": 1158, \"avg_response\": 0.30569948186528495}, {\"aa_000\": \"14\", \"support\": 1135, \"avg_response\": 0.2960352422907489}, {\"aa_000\": \"6\", \"support\": 745, \"avg_response\": 0.10469798657718121}, {\"aa_000\": \"16\", \"support\": 715, \"avg_response\": 0.2601398601398601}, {\"aa_000\": \"18\", \"support\": 546, \"avg_response\": 0.18681318681318682}, {\"aa_000\": \"28\", \"support\": 513, \"avg_response\": 0.08966861598440545}, {\"aa_000\": \"0\", \"support\": 477, \"avg_response\": 0.15513626834381553}, {\"aa_000\": \"4\", \"support\": 404, \"avg_response\": 0.0891089108910891}, {\"aa_000\": \"30\", \"support\": 391, \"avg_response\": 0.04603580562659847}, {\"aa_000\": \"20\", \"support\": 385, \"avg_response\": 0.2857142857142857}, {\"aa_000\": \"26\", \"support\": 352, \"avg_response\": 0.07954545454545454}, {\"aa_000\": \"32\", \"support\": 306, \"avg_response\": 0.1111111111111111}, {\"aa_000\": \"22\", \"support\": 282, \"avg_response\": 0.23404255319148937}, {\"aa_000\": \"2\", \"support\": 268, \"avg_response\": 0.15671641791044777}, {\"aa_000\": \"24\", \"support\": 260, \"avg_response\": 0.2153846153846154}, {\"aa_000\": \"34\", \"support\": 206, \"avg_response\": 0.1553398058252427}, {\"aa_000\": \"36\", \"support\": 164, \"avg_response\": 0.2804878048780488}, {\"aa_000\": \"38\", \"support\": 141, \"avg_response\": 0.1702127659574468}, {\"aa_000\": \"42\", \"support\": 95, \"avg_response\": 0.08421052631578947}, {\"aa_000\": \"40\", \"support\": 92, \"avg_response\": 0.6086956521739131}, {\"aa_000\": \"44\", \"support\": 78, \"avg_response\": 0.3333333333333333}, {\"aa_000\": \"62\", \"support\": 76, \"avg_response\": 0.2631578947368421}, {\"aa_000\": \"46\", \"support\": 66, \"avg_response\": 0.36363636363636365}, {\"aa_000\": \"60\", \"support\": 63, \"avg_response\": 0.15873015873015872}, {\"aa_000\": \"68\", \"support\": 62, \"avg_response\": 0.1935483870967742}, {\"aa_000\": \"72\", \"support\": 61, \"avg_response\": 0.29508196721311475}, {\"aa_000\": \"48\", \"support\": 59, \"avg_response\": 0.23728813559322035}, {\"aa_000\": \"80\", \"support\": 59, \"avg_response\": 0.23728813559322035}, {\"aa_000\": \"172\", \"support\": 59, \"avg_response\": 0.06779661016949153}, {\"aa_000\": \"364\", \"support\": 58, \"avg_response\": 0.3448275862068966}, {\"aa_000\": \"64\", \"support\": 57, \"avg_response\": 0.10526315789473684}, {\"aa_000\": \"70\", \"support\": 54, \"avg_response\": 0.37037037037037035}, {\"aa_000\": \"174\", \"support\": 54, \"avg_response\": 0.18518518518518517}, {\"aa_000\": \"368\", \"support\": 52, \"avg_response\": 0.3076923076923077}, {\"aa_000\": \"50\", \"support\": 52, \"avg_response\": 0.2692307692307692}, {\"aa_000\": \"82\", \"support\": 51, \"avg_response\": 0.47058823529411764}, {\"aa_000\": \"90\", \"support\": 51, \"avg_response\": 0.3137254901960784}, {\"aa_000\": \"56\", \"support\": 51, \"avg_response\": 0.23529411764705882}, {\"aa_000\": \"84\", \"support\": 51, \"avg_response\": 0.19607843137254902}, {\"aa_000\": \"170\", \"support\": 49, \"avg_response\": 0.04081632653061224}, {\"aa_000\": \"176\", \"support\": 48, \"avg_response\": 0.5416666666666666}, {\"aa_000\": \"366\", \"support\": 48, \"avg_response\": 0.125}, {\"aa_000\": \"86\", \"support\": 48, \"avg_response\": 0.125}, {\"aa_000\": \"76\", \"support\": 47, \"avg_response\": 0.2127659574468085}, {\"aa_000\": \"362\", \"support\": 46, \"avg_response\": 0.34782608695652173}, {\"aa_000\": \"78\", \"support\": 46, \"avg_response\": 0.21739130434782608}, {\"aa_000\": \"66\", \"support\": 46, \"avg_response\": 0.17391304347826086}, {\"aa_000\": \"52\", \"support\": 45, \"avg_response\": 0.26666666666666666}], \"row_count_returned\": 50, \"row_limit\": 50, \"truncated\": true, \"elapsed_ms\": 109.41}"} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_51e572b073e0eb2b/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_51e572b073e0eb2b/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..dbae213945ffcdc20d2fa28d33d6adc54c9a5fe0 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_51e572b073e0eb2b/run_manifest.json @@ -0,0 +1,60 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:34:18.496207+00:00", + "ended_at": "2026-05-19T16:34:18.607342+00:00", + "status": "completed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_51e572b073e0eb2b", + "problem_id": "v2p_n18_f2beb4dd26a50d77", + "dataset_id": "n18", + "template_id": "tpl_cardinality_high_card_response_stability", + "template_name": "High-Cardinality Response Stability", + "family_id": "cardinality_structure", + "canonical_subitem_id": "high_cardinality_response_stability", + "intended_facet_id": "target_cardinality_cross_section", + "variant_semantic_role": "focused_target_view", + "subitem_assignment_source": "template_fixed", + "source_kind": "deterministic", + "realization_mode": "deterministic", + "gate_priority": "deterministic", + "extended_family": true, + "question": "Use template High-Cardinality Response Stability to probe high_cardinality_response_stability with semantic role focused_target_view. Focus on measure_col=ab_000, key_col=aa_000.", + "bindings": { + "key_col": "aa_000", + "measure_col": "ab_000", + "min_support": 5 + }, + "binding_roles": [ + "key_col", + "target_col" + ], + "coverage_target_min": "enumerate_all_applicable", + "runtime_sql_skeleton": "SELECT\n {key_col},\n COUNT(*) AS support,\n AVG({measure_col}) AS avg_response\nFROM {table}\nGROUP BY {key_col}\nHAVING COUNT(*) >= {min_support}\nORDER BY support DESC, avg_response DESC;", + "notes": [ + "default_facets=target_cardinality_cross_section", + "template_selection_mode=deterministic", + "problem_index_within_template=1", + "sql_variant_index=1/1" + ], + "template_selection_mode": "deterministic", + "selected_template_rank": 0, + "problem_index_within_template": 1, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "generated_sql_path": "/data/jialinzhang/TabQueryBench/sql_workloads/v2_current/runs_and_launches/runs/v2_cli_20260502_081223_f/n18/sql/v2q_n18_51e572b073e0eb2b.sql", + "usage_summary": { + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" + } +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_51e572b073e0eb2b/usage_summary.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_51e572b073e0eb2b/usage_summary.json new file mode 100644 index 0000000000000000000000000000000000000000..96c9ff4feec395919fc26411d18d078b8af6e1c7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_51e572b073e0eb2b/usage_summary.json @@ -0,0 +1,9 @@ +{ + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5295e0e5a29c5012/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5295e0e5a29c5012/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..69a92276ed97a25dcb6c9d1cc9966df5c8d760e1 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5295e0e5a29c5012/run_manifest.json @@ -0,0 +1,67 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:30:14.129665+00:00", + "ended_at": "2026-05-19T16:30:23.261044+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_5295e0e5a29c5012", + "problem_id": "v2p_n18_cabaf6695ce10fc0", + "dataset_id": "n18", + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "family_id": "tail_rarity_structure", + "canonical_subitem_id": "tail_set_consistency", + "intended_facet_id": "low_support_extremes", + "variant_semantic_role": "count_distribution", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Low-Support Group Count to probe tail_set_consistency with semantic role count_distribution. Focus on group_col=ae_000.", + "bindings": { + "group_col": "ae_000", + "top_k": 17, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 17600.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "notes": [ + "default_facets=low_support_extremes", + "template_selection_mode=rule", + "problem_index_within_template=3", + "sql_variant_index=2/2", + "binding_index=122" + ], + "template_selection_mode": "rule", + "selected_template_rank": 11, + "problem_index_within_template": 3, + "sql_variant_index": 2, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5295e0e5a29c5012/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5295e0e5a29c5012/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..963a6b09fc547cc7c513c50d4f4e6048ef3bcc32 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5295e0e5a29c5012/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:30:17.413884+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3236.07, "started_at": "2026-05-19T16:30:14.176352+00:00", "ended_at": "2026-05-19T16:30:17.412486+00:00", "prompt_metrics": {"chars": 68496, "bytes_utf8": 68496, "lines": 2146, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4112-d812-7ea2-8f28-a72da4060d70\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:30:23.260917+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 4841.21, "started_at": "2026-05-19T16:30:18.418568+00:00", "ended_at": "2026-05-19T16:30:23.259844+00:00", "prompt_metrics": {"chars": 68496, "bytes_utf8": 68496, "lines": 2146, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4112-e899-77e2-971f-7b195802a327\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..82fe70ae5573718e8e3cd59cb744a89263795155 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:14:50.159891+00:00", + "ended_at": "2026-05-19T16:14:53.636741+00:00", + "elapsed_ms": 3476.82, + "returncode": 1, + "prompt_metrics": { + "chars": 68903, + "bytes_utf8": 68903, + "lines": 2150, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..21e58282203a120bbeab13dac2c23cd698968f5b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:14:54.639951+00:00", + "ended_at": "2026-05-19T16:14:57.905898+00:00", + "elapsed_ms": 3265.83, + "returncode": 1, + "prompt_metrics": { + "chars": 68903, + "bytes_utf8": 68903, + "lines": 2150, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfccfe2390deefd338a65f84a6c897c9daa32280 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2150 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "required_roles": [ + "group_col", + "item_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role focused_target_view. Focus on group_col=az_009, measure_col=az_000.", + "planned_template_id": "tpl_tpcds_within_group_share", + "bindings": { + "group_col": "az_009", + "measure_col": "az_000", + "item_col": "ay_002", + "top_k": 13, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 2258.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfccfe2390deefd338a65f84a6c897c9daa32280 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2150 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "required_roles": [ + "group_col", + "item_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role focused_target_view. Focus on group_col=az_009, measure_col=az_000.", + "planned_template_id": "tpl_tpcds_within_group_share", + "bindings": { + "group_col": "az_009", + "measure_col": "az_000", + "item_col": "ay_002", + "top_k": 13, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 2258.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..545a50e05b566da5f2eb13250ec3d3d02871d58a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4104-be24-70f2-b884-883834ed5403"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ae666f76fa5a7027cbf79654f5241ce192a5844 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4104-be24-70f2-b884-883834ed5403"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f632b31af18404baabf11e49fe6b448f6e554a8 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4104-cfb6-7e33-ad9e-492f189198be"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8b5fa582e16e58d5e0dcef24de95e00d67535d0 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4104-cfb6-7e33-ad9e-492f189198be"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_573248433566da47/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_58a7210e9f11b990/final_answer.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_58a7210e9f11b990/final_answer.txt new file mode 100644 index 0000000000000000000000000000000000000000..170e1e34ff21d6590ac0902b5088f5d3426fd491 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_58a7210e9f11b990/final_answer.txt @@ -0,0 +1 @@ +{"row_count": null, "preview_rows": [{"value_label": "0", "support": 27145, "support_share": 0.35717105263157894, "cumulative_support": 27145}, {"value_label": "2", "support": 21945, "support_share": 0.28875, "cumulative_support": 49090}, {"value_label": "", "support": 18842, "support_share": 0.24792105263157896, "cumulative_support": 67932}, {"value_label": "4", "support": 3667, "support_share": 0.04825, "cumulative_support": 71599}, {"value_label": "6", "support": 1087, "support_share": 0.014302631578947369, "cumulative_support": 72686}]} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_58a7210e9f11b990/generated_sql.sql b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_58a7210e9f11b990/generated_sql.sql new file mode 100644 index 0000000000000000000000000000000000000000..de969e5c2362022f17d415e96d3e07df003ac0f7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_58a7210e9f11b990/generated_sql.sql @@ -0,0 +1,28 @@ +-- sql_source_version: v2 +-- sql_source_label: v2_current +-- sql_source_run_id: v2_cli_20260502_081223_f +-- sql_source_dataset_id: n18 +-- family_id: cardinality_structure +-- canonical_subitem_id: support_rank_profile_consistency +-- intended_facet_id: support_concentration +-- variant_semantic_role: ranked_signal_view +-- template_id: tpl_cardinality_distinct_share_profile +-- query_record_id: v2q_n18_58a7210e9f11b990 +-- problem_id: v2p_n18_631408d6626d2a57 +-- realization_mode: deterministic +-- source_kind: deterministic +WITH grouped AS ( + SELECT "cf_000" AS value_label, COUNT(*) AS support + FROM "n18" + GROUP BY "cf_000" +), ranked AS ( + SELECT + value_label, + support, + CAST(support AS FLOAT) / NULLIF(SUM(support) OVER (), 0) AS support_share, + SUM(support) OVER (ORDER BY support DESC, value_label ROWS UNBOUNDED PRECEDING) AS cumulative_support + FROM grouped +) +SELECT * +FROM ranked +ORDER BY support DESC, value_label; diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_58a7210e9f11b990/query_results.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_58a7210e9f11b990/query_results.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ad45741b83c1668a42b8c7105d1d4175edb9c347 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_58a7210e9f11b990/query_results.jsonl @@ -0,0 +1 @@ +{"node_name": "v2_template", "tool_name": "sqlite_query", "query": "-- sql_source_version: v2\n-- sql_source_label: v2_current\n-- sql_source_run_id: v2_cli_20260502_081223_f\n-- sql_source_dataset_id: n18\n-- family_id: cardinality_structure\n-- canonical_subitem_id: support_rank_profile_consistency\n-- intended_facet_id: support_concentration\n-- variant_semantic_role: ranked_signal_view\n-- template_id: tpl_cardinality_distinct_share_profile\n-- query_record_id: v2q_n18_58a7210e9f11b990\n-- problem_id: v2p_n18_631408d6626d2a57\n-- realization_mode: deterministic\n-- source_kind: deterministic\nWITH grouped AS (\n SELECT \"cf_000\" AS value_label, COUNT(*) AS support\n FROM \"n18\"\n GROUP BY \"cf_000\"\n), ranked AS (\n SELECT\n value_label,\n support,\n CAST(support AS FLOAT) / NULLIF(SUM(support) OVER (), 0) AS support_share,\n SUM(support) OVER (ORDER BY support DESC, value_label ROWS UNBOUNDED PRECEDING) AS cumulative_support\n FROM grouped\n)\nSELECT *\nFROM ranked\nORDER BY support DESC, value_label;", "result": "{\"query\": \"-- sql_source_version: v2\\n-- sql_source_label: v2_current\\n-- sql_source_run_id: v2_cli_20260502_081223_f\\n-- sql_source_dataset_id: n18\\n-- family_id: cardinality_structure\\n-- canonical_subitem_id: support_rank_profile_consistency\\n-- intended_facet_id: support_concentration\\n-- variant_semantic_role: ranked_signal_view\\n-- template_id: tpl_cardinality_distinct_share_profile\\n-- query_record_id: v2q_n18_58a7210e9f11b990\\n-- problem_id: v2p_n18_631408d6626d2a57\\n-- realization_mode: deterministic\\n-- source_kind: deterministic\\nWITH grouped AS (\\n SELECT \\\"cf_000\\\" AS value_label, COUNT(*) AS support\\n FROM \\\"n18\\\"\\n GROUP BY \\\"cf_000\\\"\\n), ranked AS (\\n SELECT\\n value_label,\\n support,\\n CAST(support AS FLOAT) / NULLIF(SUM(support) OVER (), 0) AS support_share,\\n SUM(support) OVER (ORDER BY support DESC, value_label ROWS UNBOUNDED PRECEDING) AS cumulative_support\\n FROM grouped\\n)\\nSELECT *\\nFROM ranked\\nORDER BY support DESC, value_label;\", \"columns\": [\"value_label\", \"support\", \"support_share\", \"cumulative_support\"], \"rows\": [{\"value_label\": \"0\", \"support\": 27145, \"support_share\": 0.35717105263157894, \"cumulative_support\": 27145}, {\"value_label\": \"2\", \"support\": 21945, \"support_share\": 0.28875, \"cumulative_support\": 49090}, {\"value_label\": \"\", \"support\": 18842, \"support_share\": 0.24792105263157896, \"cumulative_support\": 67932}, {\"value_label\": \"4\", \"support\": 3667, \"support_share\": 0.04825, \"cumulative_support\": 71599}, {\"value_label\": \"6\", \"support\": 1087, \"support_share\": 0.014302631578947369, \"cumulative_support\": 72686}, {\"value_label\": \"8\", \"support\": 543, \"support_share\": 0.007144736842105263, \"cumulative_support\": 73229}, {\"value_label\": \"10\", \"support\": 311, \"support_share\": 0.004092105263157894, \"cumulative_support\": 73540}, {\"value_label\": \"12\", \"support\": 210, \"support_share\": 0.002763157894736842, \"cumulative_support\": 73750}, {\"value_label\": \"14\", \"support\": 141, \"support_share\": 0.0018552631578947368, \"cumulative_support\": 73891}, {\"value_label\": \"16\", \"support\": 127, \"support_share\": 0.0016710526315789475, \"cumulative_support\": 74018}, {\"value_label\": \"18\", \"support\": 102, \"support_share\": 0.0013421052631578947, \"cumulative_support\": 74120}, {\"value_label\": \"20\", \"support\": 75, \"support_share\": 0.000986842105263158, \"cumulative_support\": 74195}, {\"value_label\": \"22\", \"support\": 66, \"support_share\": 0.000868421052631579, \"cumulative_support\": 74261}, {\"value_label\": \"24\", \"support\": 58, \"support_share\": 0.0007631578947368421, \"cumulative_support\": 74319}, {\"value_label\": \"26\", \"support\": 50, \"support_share\": 0.0006578947368421052, \"cumulative_support\": 74369}, {\"value_label\": \"30\", \"support\": 47, \"support_share\": 0.000618421052631579, \"cumulative_support\": 74416}, {\"value_label\": \"28\", \"support\": 43, \"support_share\": 0.0005657894736842105, \"cumulative_support\": 74459}, {\"value_label\": \"32\", \"support\": 37, \"support_share\": 0.0004868421052631579, \"cumulative_support\": 74496}, {\"value_label\": \"48\", \"support\": 31, \"support_share\": 0.00040789473684210524, \"cumulative_support\": 74527}, {\"value_label\": \"34\", \"support\": 30, \"support_share\": 0.00039473684210526315, \"cumulative_support\": 74557}, {\"value_label\": \"38\", \"support\": 27, \"support_share\": 0.00035526315789473687, \"cumulative_support\": 74584}, {\"value_label\": \"42\", \"support\": 26, \"support_share\": 0.0003421052631578947, \"cumulative_support\": 74610}, {\"value_label\": \"50\", \"support\": 23, \"support_share\": 0.00030263157894736844, \"cumulative_support\": 74633}, {\"value_label\": \"60\", \"support\": 22, \"support_share\": 0.00028947368421052634, \"cumulative_support\": 74655}, {\"value_label\": \"36\", \"support\": 21, \"support_share\": 0.0002763157894736842, \"cumulative_support\": 74676}, {\"value_label\": \"44\", \"support\": 21, \"support_share\": 0.0002763157894736842, \"cumulative_support\": 74697}, {\"value_label\": \"58\", \"support\": 21, \"support_share\": 0.0002763157894736842, \"cumulative_support\": 74718}, {\"value_label\": \"40\", \"support\": 18, \"support_share\": 0.00023684210526315788, \"cumulative_support\": 74736}, {\"value_label\": \"56\", \"support\": 17, \"support_share\": 0.0002236842105263158, \"cumulative_support\": 74753}, {\"value_label\": \"100\", \"support\": 16, \"support_share\": 0.0002105263157894737, \"cumulative_support\": 74769}, {\"value_label\": \"46\", \"support\": 15, \"support_share\": 0.00019736842105263157, \"cumulative_support\": 74784}, {\"value_label\": \"68\", \"support\": 14, \"support_share\": 0.00018421052631578948, \"cumulative_support\": 74798}, {\"value_label\": \"70\", \"support\": 12, \"support_share\": 0.00015789473684210527, \"cumulative_support\": 74810}, {\"value_label\": \"166\", \"support\": 10, \"support_share\": 0.00013157894736842105, \"cumulative_support\": 74820}, {\"value_label\": \"62\", \"support\": 10, \"support_share\": 0.00013157894736842105, \"cumulative_support\": 74830}, {\"value_label\": \"82\", \"support\": 10, \"support_share\": 0.00013157894736842105, \"cumulative_support\": 74840}, {\"value_label\": \"118\", \"support\": 9, \"support_share\": 0.00011842105263157894, \"cumulative_support\": 74849}, {\"value_label\": \"190\", \"support\": 9, \"support_share\": 0.00011842105263157894, \"cumulative_support\": 74858}, {\"value_label\": \"230\", \"support\": 9, \"support_share\": 0.00011842105263157894, \"cumulative_support\": 74867}, {\"value_label\": \"276\", \"support\": 9, \"support_share\": 0.00011842105263157894, \"cumulative_support\": 74876}, {\"value_label\": \"52\", \"support\": 9, \"support_share\": 0.00011842105263157894, \"cumulative_support\": 74885}, {\"value_label\": \"54\", \"support\": 9, \"support_share\": 0.00011842105263157894, \"cumulative_support\": 74894}, {\"value_label\": \"64\", \"support\": 9, \"support_share\": 0.00011842105263157894, \"cumulative_support\": 74903}, {\"value_label\": \"76\", \"support\": 9, \"support_share\": 0.00011842105263157894, \"cumulative_support\": 74912}, {\"value_label\": \"80\", \"support\": 9, \"support_share\": 0.00011842105263157894, \"cumulative_support\": 74921}, {\"value_label\": \"88\", \"support\": 9, \"support_share\": 0.00011842105263157894, \"cumulative_support\": 74930}, {\"value_label\": \"90\", \"support\": 9, \"support_share\": 0.00011842105263157894, \"cumulative_support\": 74939}, {\"value_label\": \"98\", \"support\": 9, \"support_share\": 0.00011842105263157894, \"cumulative_support\": 74948}, {\"value_label\": \"132\", \"support\": 8, \"support_share\": 0.00010526315789473685, \"cumulative_support\": 74956}, {\"value_label\": \"142\", \"support\": 8, \"support_share\": 0.00010526315789473685, \"cumulative_support\": 74964}], \"row_count_returned\": 50, \"row_limit\": 50, \"truncated\": true, \"elapsed_ms\": 67.87}"} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_58a7210e9f11b990/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_58a7210e9f11b990/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..40e9f66a348df0f07272277f03a74336e76b4ecc --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_58a7210e9f11b990/run_manifest.json @@ -0,0 +1,57 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:34:17.232548+00:00", + "ended_at": "2026-05-19T16:34:17.302081+00:00", + "status": "completed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_58a7210e9f11b990", + "problem_id": "v2p_n18_631408d6626d2a57", + "dataset_id": "n18", + "template_id": "tpl_cardinality_distinct_share_profile", + "template_name": "Cardinality Distinct Share Profile", + "family_id": "cardinality_structure", + "canonical_subitem_id": "support_rank_profile_consistency", + "intended_facet_id": "support_concentration", + "variant_semantic_role": "ranked_signal_view", + "subitem_assignment_source": "template_fixed", + "source_kind": "deterministic", + "realization_mode": "deterministic", + "gate_priority": "deterministic", + "extended_family": true, + "question": "Use template Cardinality Distinct Share Profile to probe support_rank_profile_consistency with semantic role ranked_signal_view. Focus on group_col=cf_000.", + "bindings": { + "group_col": "cf_000" + }, + "binding_roles": [ + "group_col" + ], + "coverage_target_min": "enumerate_all_applicable", + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col} AS value_label, COUNT(*) AS support\n FROM {table}\n GROUP BY {group_col}\n), ranked AS (\n SELECT\n value_label,\n support,\n CAST(support AS FLOAT) / NULLIF(SUM(support) OVER (), 0) AS support_share,\n SUM(support) OVER (ORDER BY support DESC, value_label ROWS UNBOUNDED PRECEDING) AS cumulative_support\n FROM grouped\n)\nSELECT *\nFROM ranked\nORDER BY support DESC, value_label;", + "notes": [ + "default_facets=support_concentration,value_imbalance_profile", + "template_selection_mode=deterministic", + "problem_index_within_template=7", + "sql_variant_index=1/1" + ], + "template_selection_mode": "deterministic", + "selected_template_rank": 0, + "problem_index_within_template": 7, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "generated_sql_path": "/data/jialinzhang/TabQueryBench/sql_workloads/v2_current/runs_and_launches/runs/v2_cli_20260502_081223_f/n18/sql/v2q_n18_58a7210e9f11b990.sql", + "usage_summary": { + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" + } +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_58a7210e9f11b990/usage_summary.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_58a7210e9f11b990/usage_summary.json new file mode 100644 index 0000000000000000000000000000000000000000..96c9ff4feec395919fc26411d18d078b8af6e1c7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_58a7210e9f11b990/usage_summary.json @@ -0,0 +1,9 @@ +{ + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..6bf178406f02fe0c5ac8d8efaee18d1ae11089d8 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:15:50.827093+00:00", + "ended_at": "2026-05-19T16:15:54.757120+00:00", + "elapsed_ms": 3929.99, + "returncode": 1, + "prompt_metrics": { + "chars": 69310, + "bytes_utf8": 69310, + "lines": 2151, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..e1c8d3eaab49be58ad327732df2b796b8c2e62de --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:15:55.760006+00:00", + "ended_at": "2026-05-19T16:15:58.858884+00:00", + "elapsed_ms": 3098.84, + "returncode": 1, + "prompt_metrics": { + "chars": 69310, + "bytes_utf8": 69310, + "lines": 2151, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9752629ab9952739499de3f13bebf97b2c68ee2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2151 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_group_ratio_two_conditions", + "template_name": "Grouped Ratio of Two Conditions", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col},\n SUM(CASE WHEN {condition_col} = {positive_value} THEN 1 ELSE 0 END) AS numerator_count,\n SUM(CASE WHEN {condition_col} = {negative_value} THEN 1 ELSE 0 END) AS denominator_count\n FROM {table}\n GROUP BY {group_col}\n)\nSELECT {group_col},\n CAST(numerator_count AS FLOAT) / NULLIF(denominator_count, 0) AS condition_ratio\nFROM grouped\nORDER BY condition_ratio DESC;", + "required_roles": [ + "group_col", + "condition_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Ratio of Two Conditions to probe direction_consistency with semantic role contrastive_conditional_view. Focus on group_col=cs_008, condition_col=class.", + "planned_template_id": "tpl_m4_group_ratio_two_conditions", + "bindings": { + "group_col": "cs_008", + "condition_col": "class", + "condition_value": "neg", + "positive_value": "neg", + "negative_value": "pos", + "top_k": 10, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 1760.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col},\n SUM(CASE WHEN {condition_col} = {positive_value} THEN 1 ELSE 0 END) AS numerator_count,\n SUM(CASE WHEN {condition_col} = {negative_value} THEN 1 ELSE 0 END) AS denominator_count\n FROM {table}\n GROUP BY {group_col}\n)\nSELECT {group_col},\n CAST(numerator_count AS FLOAT) / NULLIF(denominator_count, 0) AS condition_ratio\nFROM grouped\nORDER BY condition_ratio DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9752629ab9952739499de3f13bebf97b2c68ee2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2151 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_group_ratio_two_conditions", + "template_name": "Grouped Ratio of Two Conditions", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col},\n SUM(CASE WHEN {condition_col} = {positive_value} THEN 1 ELSE 0 END) AS numerator_count,\n SUM(CASE WHEN {condition_col} = {negative_value} THEN 1 ELSE 0 END) AS denominator_count\n FROM {table}\n GROUP BY {group_col}\n)\nSELECT {group_col},\n CAST(numerator_count AS FLOAT) / NULLIF(denominator_count, 0) AS condition_ratio\nFROM grouped\nORDER BY condition_ratio DESC;", + "required_roles": [ + "group_col", + "condition_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Ratio of Two Conditions to probe direction_consistency with semantic role contrastive_conditional_view. Focus on group_col=cs_008, condition_col=class.", + "planned_template_id": "tpl_m4_group_ratio_two_conditions", + "bindings": { + "group_col": "cs_008", + "condition_col": "class", + "condition_value": "neg", + "positive_value": "neg", + "negative_value": "pos", + "top_k": 10, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 1760.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col},\n SUM(CASE WHEN {condition_col} = {positive_value} THEN 1 ELSE 0 END) AS numerator_count,\n SUM(CASE WHEN {condition_col} = {negative_value} THEN 1 ELSE 0 END) AS denominator_count\n FROM {table}\n GROUP BY {group_col}\n)\nSELECT {group_col},\n CAST(numerator_count AS FLOAT) / NULLIF(denominator_count, 0) AS condition_ratio\nFROM grouped\nORDER BY condition_ratio DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..63a0a0a807e631ec283fe8dba88f26d3ed77cc36 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4105-ab3b-7871-ab95-24f969becbc8"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..295559857e7bbfba744fdad92282753d93cc98f5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4105-ab3b-7871-ab95-24f969becbc8"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..879b8f81292e2d02e8ab46f829cae97cea2afa01 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4105-be96-7752-bfe6-ba531a40bc72"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3b85f51e03b1bb029dadd2acf04d74e76d8208d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4105-be96-7752-bfe6-ba531a40bc72"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_592510edbf4d6e77/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5b022e311cc628c9/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5b022e311cc628c9/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..fdf4a55f23ef136fd78b92f8c7dc6f47258ef30e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5b022e311cc628c9/run_manifest.json @@ -0,0 +1,69 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:24:50.160525+00:00", + "ended_at": "2026-05-19T16:24:58.498672+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_5b022e311cc628c9", + "problem_id": "v2p_n18_9d4c4208b7191e10", + "dataset_id": "n18", + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "family_id": "tail_rarity_structure", + "canonical_subitem_id": "tail_concentration_consistency", + "intended_facet_id": "rare_target_concentration", + "variant_semantic_role": "focused_target_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role focused_target_view. Focus on group_col=cs_009, measure_col=cn_000.", + "bindings": { + "group_col": "cs_009", + "measure_col": "cn_000", + "top_k": 19, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 24380.72, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "notes": [ + "default_facets=rare_target_concentration", + "template_selection_mode=rule", + "problem_index_within_template=6", + "sql_variant_index=2/2", + "binding_index=89" + ], + "template_selection_mode": "rule", + "selected_template_rank": 8, + "problem_index_within_template": 6, + "sql_variant_index": 2, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5b022e311cc628c9/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5b022e311cc628c9/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2f1133f67db003496d80614dee196ee821a9d79a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5b022e311cc628c9/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:24:53.850525+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3646.45, "started_at": "2026-05-19T16:24:50.202852+00:00", "ended_at": "2026-05-19T16:24:53.849349+00:00", "prompt_metrics": {"chars": 68683, "bytes_utf8": 68683, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410d-e6af-7660-a65c-47e4ca289280\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:24:58.498524+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3643.62, "started_at": "2026-05-19T16:24:54.853285+00:00", "ended_at": "2026-05-19T16:24:58.496965+00:00", "prompt_metrics": {"chars": 68683, "bytes_utf8": 68683, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410d-f8aa-7fa1-90dc-7421e2a2c9f0\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..5cc30f2a0444af577d64f19f5a2bb630724325d5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:21:37.672693+00:00", + "ended_at": "2026-05-19T16:21:46.878849+00:00", + "elapsed_ms": 9206.12, + "returncode": 1, + "prompt_metrics": { + "chars": 69056, + "bytes_utf8": 69056, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..3808acf81262a6bf8d9adba5fbc6e9e96cab5c7f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:21:47.882436+00:00", + "ended_at": "2026-05-19T16:21:51.075970+00:00", + "elapsed_ms": 3193.49, + "returncode": 1, + "prompt_metrics": { + "chars": 69056, + "bytes_utf8": 69056, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..d95dae57a2a73c61a02d60fc9017b7dfcd353e8a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=as_000, measure_col=cb_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "as_000", + "measure_col": "cb_000", + "top_k": 13, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 606660.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d95dae57a2a73c61a02d60fc9017b7dfcd353e8a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=as_000, measure_col=cb_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "as_000", + "measure_col": "cb_000", + "top_k": 13, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 606660.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..404f3fc9b1f2757f86004e7d15f3478afb4ad6dd --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410a-f62a-75e1-9615-f107c03f937a"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..199645890b70bb5006367dcb7746397c8fd60b0c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410a-f62a-75e1-9615-f107c03f937a"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..35732c16cc3d14c86e41e49e999994c5e901d19d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410b-1dea-7fb3-9278-57e5a8251051"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..b472e4efc494e0fbacd4096923d5d0187506f1eb --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410b-1dea-7fb3-9278-57e5a8251051"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5cbbdfacc7520f40/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..3e412a62f62d15ea59c48f19aa9861f1651f6fa3 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:30:31.679617+00:00", + "ended_at": "2026-05-19T16:30:35.015053+00:00", + "elapsed_ms": 3335.34, + "returncode": 1, + "prompt_metrics": { + "chars": 68494, + "bytes_utf8": 68494, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..203bb369b9a71f6481dd6c06fef89835a8150133 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:30:36.020438+00:00", + "ended_at": "2026-05-19T16:30:39.790390+00:00", + "elapsed_ms": 3769.88, + "returncode": 1, + "prompt_metrics": { + "chars": 68494, + "bytes_utf8": 68494, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3e27c0c98587c1308ee67d2bae25732f75ff0f9 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Low-Support Group Count to probe tail_mass_similarity with semantic role rare_extreme_view. Focus on group_col=af_000.", + "planned_template_id": "tpl_tail_low_support_group_count_v2", + "bindings": { + "group_col": "af_000", + "top_k": 18, + "top_n": 7, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 160.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3e27c0c98587c1308ee67d2bae25732f75ff0f9 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Low-Support Group Count to probe tail_mass_similarity with semantic role rare_extreme_view. Focus on group_col=af_000.", + "planned_template_id": "tpl_tail_low_support_group_count_v2", + "bindings": { + "group_col": "af_000", + "top_k": 18, + "top_n": 7, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 160.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0dcb5e8b8f0d7e5ab15e363ff03998cf00d4b27 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-1c72-7850-9e59-a85687954d4c"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..c303f7edbbda061ce223de9c5497164d84697fe6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-1c72-7850-9e59-a85687954d4c"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..34a978b15729c69d4c3dbdb526ecb60b9ee41639 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-2d50-73c0-9761-d4cfc74a7348"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..c86739c2ccd2d4a8f07c324a8069cc4291bbbf85 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-2d50-73c0-9761-d4cfc74a7348"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5ee6a7b23bad7cf1/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5f4d7f3958cf8324/final_answer.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5f4d7f3958cf8324/final_answer.txt new file mode 100644 index 0000000000000000000000000000000000000000..7af21e4240f76b9ba939326619f312a9a65a7c80 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5f4d7f3958cf8324/final_answer.txt @@ -0,0 +1 @@ +{"row_count": null, "preview_rows": [{"ae_000": "0", "support": 70307, "avg_response": 48897.05941086947}, {"ae_000": "", "support": 3190, "avg_response": 344531.4269592477}, {"ae_000": "2", "support": 747, "avg_response": 561.4618473895582}, {"ae_000": "4", "support": 132, "avg_response": 1118.3484848484848}, {"ae_000": "8", "support": 82, "avg_response": 3455.0243902439024}]} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5f4d7f3958cf8324/generated_sql.sql b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5f4d7f3958cf8324/generated_sql.sql new file mode 100644 index 0000000000000000000000000000000000000000..70164ad6e207fe36a95a8014a1de67dab7fb648d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5f4d7f3958cf8324/generated_sql.sql @@ -0,0 +1,21 @@ +-- sql_source_version: v2 +-- sql_source_label: v2_current +-- sql_source_run_id: v2_cli_20260502_081223_f +-- sql_source_dataset_id: n18 +-- family_id: cardinality_structure +-- canonical_subitem_id: high_cardinality_response_stability +-- intended_facet_id: target_cardinality_cross_section +-- variant_semantic_role: focused_target_view +-- template_id: tpl_cardinality_high_card_response_stability +-- query_record_id: v2q_n18_5f4d7f3958cf8324 +-- problem_id: v2p_n18_9ff92d1feb55c3e4 +-- realization_mode: deterministic +-- source_kind: deterministic +SELECT + "ae_000", + COUNT(*) AS support, + AVG("aa_000") AS avg_response +FROM "n18" +GROUP BY "ae_000" +HAVING COUNT(*) >= 5.0 +ORDER BY support DESC, avg_response DESC; diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5f4d7f3958cf8324/query_results.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5f4d7f3958cf8324/query_results.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..e24b354ab3a295a82177cf0a71831158fd8a35af --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5f4d7f3958cf8324/query_results.jsonl @@ -0,0 +1 @@ +{"node_name": "v2_template", "tool_name": "sqlite_query", "query": "-- sql_source_version: v2\n-- sql_source_label: v2_current\n-- sql_source_run_id: v2_cli_20260502_081223_f\n-- sql_source_dataset_id: n18\n-- family_id: cardinality_structure\n-- canonical_subitem_id: high_cardinality_response_stability\n-- intended_facet_id: target_cardinality_cross_section\n-- variant_semantic_role: focused_target_view\n-- template_id: tpl_cardinality_high_card_response_stability\n-- query_record_id: v2q_n18_5f4d7f3958cf8324\n-- problem_id: v2p_n18_9ff92d1feb55c3e4\n-- realization_mode: deterministic\n-- source_kind: deterministic\nSELECT\n \"ae_000\",\n COUNT(*) AS support,\n AVG(\"aa_000\") AS avg_response\nFROM \"n18\"\nGROUP BY \"ae_000\"\nHAVING COUNT(*) >= 5.0\nORDER BY support DESC, avg_response DESC;", "result": "{\"query\": \"-- sql_source_version: v2\\n-- sql_source_label: v2_current\\n-- sql_source_run_id: v2_cli_20260502_081223_f\\n-- sql_source_dataset_id: n18\\n-- family_id: cardinality_structure\\n-- canonical_subitem_id: high_cardinality_response_stability\\n-- intended_facet_id: target_cardinality_cross_section\\n-- variant_semantic_role: focused_target_view\\n-- template_id: tpl_cardinality_high_card_response_stability\\n-- query_record_id: v2q_n18_5f4d7f3958cf8324\\n-- problem_id: v2p_n18_9ff92d1feb55c3e4\\n-- realization_mode: deterministic\\n-- source_kind: deterministic\\nSELECT\\n \\\"ae_000\\\",\\n COUNT(*) AS support,\\n AVG(\\\"aa_000\\\") AS avg_response\\nFROM \\\"n18\\\"\\nGROUP BY \\\"ae_000\\\"\\nHAVING COUNT(*) >= 5.0\\nORDER BY support DESC, avg_response DESC;\", \"columns\": [\"ae_000\", \"support\", \"avg_response\"], \"rows\": [{\"ae_000\": \"0\", \"support\": 70307, \"avg_response\": 48897.05941086947}, {\"ae_000\": \"\", \"support\": 3190, \"avg_response\": 344531.4269592477}, {\"ae_000\": \"2\", \"support\": 747, \"avg_response\": 561.4618473895582}, {\"ae_000\": \"4\", \"support\": 132, \"avg_response\": 1118.3484848484848}, {\"ae_000\": \"8\", \"support\": 82, \"avg_response\": 3455.0243902439024}, {\"ae_000\": \"6\", \"support\": 79, \"avg_response\": 807.0379746835443}, {\"ae_000\": \"10\", \"support\": 73, \"avg_response\": 4836.739726027397}, {\"ae_000\": \"14\", \"support\": 50, \"avg_response\": 23911.52}, {\"ae_000\": \"12\", \"support\": 50, \"avg_response\": 567.04}, {\"ae_000\": \"18\", \"support\": 35, \"avg_response\": 8616.857142857143}, {\"ae_000\": \"16\", \"support\": 35, \"avg_response\": 4756.0}, {\"ae_000\": \"22\", \"support\": 27, \"avg_response\": 18902.74074074074}, {\"ae_000\": \"34\", \"support\": 24, \"avg_response\": 15816.333333333334}, {\"ae_000\": \"24\", \"support\": 23, \"avg_response\": 9515.391304347826}, {\"ae_000\": \"32\", \"support\": 22, \"avg_response\": 7955.727272727273}, {\"ae_000\": \"26\", \"support\": 21, \"avg_response\": 21297.714285714286}, {\"ae_000\": \"28\", \"support\": 20, \"avg_response\": 8828.2}, {\"ae_000\": \"44\", \"support\": 19, \"avg_response\": 38874.21052631579}, {\"ae_000\": \"20\", \"support\": 19, \"avg_response\": 38142.31578947369}, {\"ae_000\": \"36\", \"support\": 15, \"avg_response\": 59592.0}, {\"ae_000\": \"38\", \"support\": 15, \"avg_response\": 44534.4}, {\"ae_000\": \"120\", \"support\": 14, \"avg_response\": 44850.57142857143}, {\"ae_000\": \"42\", \"support\": 13, \"avg_response\": 26151.076923076922}, {\"ae_000\": \"92\", \"support\": 12, \"avg_response\": 64653.833333333336}, {\"ae_000\": \"50\", \"support\": 12, \"avg_response\": 59639.333333333336}, {\"ae_000\": \"84\", \"support\": 12, \"avg_response\": 47937.833333333336}, {\"ae_000\": \"40\", \"support\": 12, \"avg_response\": 45899.833333333336}, {\"ae_000\": \"164\", \"support\": 12, \"avg_response\": 39735.666666666664}, {\"ae_000\": \"134\", \"support\": 11, \"avg_response\": 236705.63636363635}, {\"ae_000\": \"94\", \"support\": 11, \"avg_response\": 58840.72727272727}, {\"ae_000\": \"206\", \"support\": 11, \"avg_response\": 58358.90909090909}, {\"ae_000\": \"58\", \"support\": 11, \"avg_response\": 19719.81818181818}, {\"ae_000\": \"124\", \"support\": 10, \"avg_response\": 92439.8}, {\"ae_000\": \"140\", \"support\": 10, \"avg_response\": 90955.8}, {\"ae_000\": \"154\", \"support\": 10, \"avg_response\": 57774.2}, {\"ae_000\": \"66\", \"support\": 10, \"avg_response\": 44045.4}, {\"ae_000\": \"54\", \"support\": 10, \"avg_response\": 20118.2}, {\"ae_000\": \"458\", \"support\": 9, \"avg_response\": 126900.22222222222}, {\"ae_000\": \"74\", \"support\": 9, \"avg_response\": 115792.22222222222}, {\"ae_000\": \"180\", \"support\": 9, \"avg_response\": 67023.55555555556}, {\"ae_000\": \"76\", \"support\": 9, \"avg_response\": 40972.0}, {\"ae_000\": \"56\", \"support\": 9, \"avg_response\": 33089.555555555555}, {\"ae_000\": \"70\", \"support\": 9, \"avg_response\": 25457.555555555555}, {\"ae_000\": \"46\", \"support\": 9, \"avg_response\": 14705.333333333334}, {\"ae_000\": \"30\", \"support\": 9, \"avg_response\": 1072.0}, {\"ae_000\": \"342\", \"support\": 8, \"avg_response\": 123095.75}, {\"ae_000\": \"144\", \"support\": 8, \"avg_response\": 91072.25}, {\"ae_000\": \"216\", \"support\": 8, \"avg_response\": 64465.0}, {\"ae_000\": \"390\", \"support\": 8, \"avg_response\": 58215.0}, {\"ae_000\": \"308\", \"support\": 8, \"avg_response\": 56186.0}], \"row_count_returned\": 50, \"row_limit\": 50, \"truncated\": true, \"elapsed_ms\": 70.13}"} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5f4d7f3958cf8324/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5f4d7f3958cf8324/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d1a4b24beaa9f2dbab1cbdec7044751755db7359 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5f4d7f3958cf8324/run_manifest.json @@ -0,0 +1,60 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:34:18.695663+00:00", + "ended_at": "2026-05-19T16:34:18.767541+00:00", + "status": "completed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_5f4d7f3958cf8324", + "problem_id": "v2p_n18_9ff92d1feb55c3e4", + "dataset_id": "n18", + "template_id": "tpl_cardinality_high_card_response_stability", + "template_name": "High-Cardinality Response Stability", + "family_id": "cardinality_structure", + "canonical_subitem_id": "high_cardinality_response_stability", + "intended_facet_id": "target_cardinality_cross_section", + "variant_semantic_role": "focused_target_view", + "subitem_assignment_source": "template_fixed", + "source_kind": "deterministic", + "realization_mode": "deterministic", + "gate_priority": "deterministic", + "extended_family": true, + "question": "Use template High-Cardinality Response Stability to probe high_cardinality_response_stability with semantic role focused_target_view. Focus on measure_col=aa_000, key_col=ae_000.", + "bindings": { + "key_col": "ae_000", + "measure_col": "aa_000", + "min_support": 5 + }, + "binding_roles": [ + "key_col", + "target_col" + ], + "coverage_target_min": "enumerate_all_applicable", + "runtime_sql_skeleton": "SELECT\n {key_col},\n COUNT(*) AS support,\n AVG({measure_col}) AS avg_response\nFROM {table}\nGROUP BY {key_col}\nHAVING COUNT(*) >= {min_support}\nORDER BY support DESC, avg_response DESC;", + "notes": [ + "default_facets=target_cardinality_cross_section", + "template_selection_mode=deterministic", + "problem_index_within_template=3", + "sql_variant_index=1/1" + ], + "template_selection_mode": "deterministic", + "selected_template_rank": 0, + "problem_index_within_template": 3, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "generated_sql_path": "/data/jialinzhang/TabQueryBench/sql_workloads/v2_current/runs_and_launches/runs/v2_cli_20260502_081223_f/n18/sql/v2q_n18_5f4d7f3958cf8324.sql", + "usage_summary": { + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" + } +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5f4d7f3958cf8324/usage_summary.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5f4d7f3958cf8324/usage_summary.json new file mode 100644 index 0000000000000000000000000000000000000000..96c9ff4feec395919fc26411d18d078b8af6e1c7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_5f4d7f3958cf8324/usage_summary.json @@ -0,0 +1,9 @@ +{ + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60ab304e3b7be3d0/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60ab304e3b7be3d0/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..39b170effcc64da532b4bc2b3d00d41a0107c7aa --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60ab304e3b7be3d0/run_manifest.json @@ -0,0 +1,71 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:14:35.675842+00:00", + "ended_at": "2026-05-19T16:14:42.607633+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_60ab304e3b7be3d0", + "problem_id": "v2p_n18_037672b792b00af9", + "dataset_id": "n18", + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "family_id": "conditional_dependency_structure", + "canonical_subitem_id": "dependency_strength_similarity", + "intended_facet_id": "pairwise_conditional_dependency", + "variant_semantic_role": "within_group_proportion", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role within_group_proportion. Focus on group_col=ay_003, measure_col=ay_008.", + "bindings": { + "group_col": "ay_003", + "measure_col": "ay_008", + "item_col": "ay_001", + "top_k": 12, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 315906.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "item_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "notes": [ + "default_facets=pairwise_conditional_dependency", + "template_selection_mode=rule", + "problem_index_within_template=9", + "sql_variant_index=1/2", + "binding_index=32" + ], + "template_selection_mode": "rule", + "selected_template_rank": 3, + "problem_index_within_template": 9, + "sql_variant_index": 1, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60ab304e3b7be3d0/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60ab304e3b7be3d0/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..02d35086cd3c7eacdce9988055aaf239b9304796 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60ab304e3b7be3d0/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:14:38.687157+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 2985.23, "started_at": "2026-05-19T16:14:35.701006+00:00", "ended_at": "2026-05-19T16:14:38.686261+00:00", "prompt_metrics": {"chars": 68910, "bytes_utf8": 68910, "lines": 2150, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4104-85d0-7250-9e8b-0a1f0960b43e\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:14:42.607467+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 2915.52, "started_at": "2026-05-19T16:14:39.690170+00:00", "ended_at": "2026-05-19T16:14:42.605736+00:00", "prompt_metrics": {"chars": 68910, "bytes_utf8": 68910, "lines": 2150, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4104-9565-75a1-b66a-99fd03049c1d\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..c85644c67a1a93eaa08fc88137212f60a7e29a35 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:20:49.747476+00:00", + "ended_at": "2026-05-19T16:20:58.067640+00:00", + "elapsed_ms": 8320.13, + "returncode": 1, + "prompt_metrics": { + "chars": 69056, + "bytes_utf8": 69056, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..ad66c7f6bd7519dae1a4320c3b4d5205ac612c93 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:20:59.070446+00:00", + "ended_at": "2026-05-19T16:21:04.015082+00:00", + "elapsed_ms": 4944.6, + "returncode": 1, + "prompt_metrics": { + "chars": 69056, + "bytes_utf8": 69056, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c785c65b80180ced832f4d7a4fa56d41e62d329 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=aj_000, measure_col=bz_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "aj_000", + "measure_col": "bz_000", + "top_k": 11, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 138476.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c785c65b80180ced832f4d7a4fa56d41e62d329 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=aj_000, measure_col=bz_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "aj_000", + "measure_col": "bz_000", + "top_k": 11, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 138476.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d8725adad2d88065200a7165a3a4f19c54eb513 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410a-3ace-7ac1-a834-d2d9da0dc48b"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..f635b12ddb3b81838c39b0b1f7636172937e75e8 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410a-3ace-7ac1-a834-d2d9da0dc48b"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..36c1aa5f5a829e213b343099d2700a9c3218004e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410a-5f6c-7c90-bdc6-87b1da354cdb"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..12f46c1c0aa4c9a54d88146e186680c9ab5dd90c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410a-5f6c-7c90-bdc6-87b1da354cdb"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_60dbb7998293aca3/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..6a12b98175e039771c323094ca7e241cd3f99b5b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:13:47.103088+00:00", + "ended_at": "2026-05-19T16:13:50.293607+00:00", + "elapsed_ms": 3190.49, + "returncode": 1, + "prompt_metrics": { + "chars": 68904, + "bytes_utf8": 68904, + "lines": 2150, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..f93f9dceb6fb6fd47cd11f6f031f4b41dd98454a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:13:51.296492+00:00", + "ended_at": "2026-05-19T16:13:54.321066+00:00", + "elapsed_ms": 3024.55, + "returncode": 1, + "prompt_metrics": { + "chars": 68904, + "bytes_utf8": 68904, + "lines": 2150, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..416630266d56c6e88a23e3cc28e0242dd191ed2c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2150 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "required_roles": [ + "group_col", + "item_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role focused_target_view. Focus on group_col=ar_000, measure_col=ay_005.", + "planned_template_id": "tpl_tpcds_within_group_share", + "bindings": { + "group_col": "ar_000", + "measure_col": "ay_005", + "item_col": "av_000", + "top_k": 14, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 51752.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..416630266d56c6e88a23e3cc28e0242dd191ed2c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2150 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "required_roles": [ + "group_col", + "item_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role focused_target_view. Focus on group_col=ar_000, measure_col=ay_005.", + "planned_template_id": "tpl_tpcds_within_group_share", + "bindings": { + "group_col": "ar_000", + "measure_col": "ay_005", + "item_col": "av_000", + "top_k": 14, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 51752.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c2888a6bccfd552f2c821bda1beac182c961361 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4103-c7d2-7f81-896d-f1792cc7d638"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..cbaf06b0421253eb109b9da09cee3be7dbdf6f25 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4103-c7d2-7f81-896d-f1792cc7d638"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..cef4487f0abcb39137a4a83cd6dd96a7140d43c1 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4103-d83b-7860-88fe-3294a75367da"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2c8b5ef0234bb03abc8d4ed0928dc23b81b2dc9 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4103-d83b-7860-88fe-3294a75367da"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6362fcee8621f148/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65658aa374e6dd4d/final_answer.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65658aa374e6dd4d/final_answer.txt new file mode 100644 index 0000000000000000000000000000000000000000..089129e97ae026d73a0440aef6139e574725106f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65658aa374e6dd4d/final_answer.txt @@ -0,0 +1 @@ +{"row_count": null, "preview_rows": [{"total_rows": 76000, "missing_rows": 0, "missing_rate": 0.0}]} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65658aa374e6dd4d/generated_sql.sql b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65658aa374e6dd4d/generated_sql.sql new file mode 100644 index 0000000000000000000000000000000000000000..e095037de5997d2098c28ddbdbae66de5cfaabd2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65658aa374e6dd4d/generated_sql.sql @@ -0,0 +1,18 @@ +-- sql_source_version: v2 +-- sql_source_label: v2_current +-- sql_source_run_id: v2_cli_20260502_081223_f +-- sql_source_dataset_id: n18 +-- family_id: missingness_structure +-- canonical_subitem_id: marginal_missing_rate_consistency +-- intended_facet_id: missing_indicator_distribution +-- variant_semantic_role: missing_indicator_view +-- template_id: tpl_missing_marginal_rate_profile +-- query_record_id: v2q_n18_65658aa374e6dd4d +-- problem_id: v2p_n18_68e9e9b8c261c8c3 +-- realization_mode: deterministic +-- source_kind: deterministic +SELECT + COUNT(*) AS total_rows, + SUM(CASE WHEN "cy_000" IS NULL THEN 1 ELSE 0 END) AS missing_rows, + AVG(CASE WHEN "cy_000" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate +FROM "n18"; diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65658aa374e6dd4d/query_results.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65658aa374e6dd4d/query_results.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a03fbe920427a1b556a32af793d4ed5e3a16f4df --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65658aa374e6dd4d/query_results.jsonl @@ -0,0 +1 @@ +{"node_name": "v2_template", "tool_name": "sqlite_query", "query": "-- sql_source_version: v2\n-- sql_source_label: v2_current\n-- sql_source_run_id: v2_cli_20260502_081223_f\n-- sql_source_dataset_id: n18\n-- family_id: missingness_structure\n-- canonical_subitem_id: marginal_missing_rate_consistency\n-- intended_facet_id: missing_indicator_distribution\n-- variant_semantic_role: missing_indicator_view\n-- template_id: tpl_missing_marginal_rate_profile\n-- query_record_id: v2q_n18_65658aa374e6dd4d\n-- problem_id: v2p_n18_68e9e9b8c261c8c3\n-- realization_mode: deterministic\n-- source_kind: deterministic\nSELECT\n COUNT(*) AS total_rows,\n SUM(CASE WHEN \"cy_000\" IS NULL THEN 1 ELSE 0 END) AS missing_rows,\n AVG(CASE WHEN \"cy_000\" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\nFROM \"n18\";", "result": "{\"query\": \"-- sql_source_version: v2\\n-- sql_source_label: v2_current\\n-- sql_source_run_id: v2_cli_20260502_081223_f\\n-- sql_source_dataset_id: n18\\n-- family_id: missingness_structure\\n-- canonical_subitem_id: marginal_missing_rate_consistency\\n-- intended_facet_id: missing_indicator_distribution\\n-- variant_semantic_role: missing_indicator_view\\n-- template_id: tpl_missing_marginal_rate_profile\\n-- query_record_id: v2q_n18_65658aa374e6dd4d\\n-- problem_id: v2p_n18_68e9e9b8c261c8c3\\n-- realization_mode: deterministic\\n-- source_kind: deterministic\\nSELECT\\n COUNT(*) AS total_rows,\\n SUM(CASE WHEN \\\"cy_000\\\" IS NULL THEN 1 ELSE 0 END) AS missing_rows,\\n AVG(CASE WHEN \\\"cy_000\\\" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\\nFROM \\\"n18\\\";\", \"columns\": [\"total_rows\", \"missing_rows\", \"missing_rate\"], \"rows\": [{\"total_rows\": 76000, \"missing_rows\": 0, \"missing_rate\": 0.0}], \"row_count_returned\": 1, \"row_limit\": 50, \"truncated\": false, \"elapsed_ms\": 50.52}"} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65658aa374e6dd4d/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65658aa374e6dd4d/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..77efc0735d1ed4b4d74766145c4034f97fd30aba --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65658aa374e6dd4d/run_manifest.json @@ -0,0 +1,57 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:34:14.979248+00:00", + "ended_at": "2026-05-19T16:34:15.030829+00:00", + "status": "completed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_65658aa374e6dd4d", + "problem_id": "v2p_n18_68e9e9b8c261c8c3", + "dataset_id": "n18", + "template_id": "tpl_missing_marginal_rate_profile", + "template_name": "Marginal Missing Rate Profile", + "family_id": "missingness_structure", + "canonical_subitem_id": "marginal_missing_rate_consistency", + "intended_facet_id": "missing_indicator_distribution", + "variant_semantic_role": "missing_indicator_view", + "subitem_assignment_source": "template_fixed", + "source_kind": "deterministic", + "realization_mode": "deterministic", + "gate_priority": "deterministic", + "extended_family": false, + "question": "Use template Marginal Missing Rate Profile to probe marginal_missing_rate_consistency with semantic role missing_indicator_view. Focus on missing_col=cy_000.", + "bindings": { + "missing_col": "cy_000" + }, + "binding_roles": [ + "missing_col" + ], + "coverage_target_min": "enumerate_all_applicable", + "runtime_sql_skeleton": "SELECT\n COUNT(*) AS total_rows,\n SUM(CASE WHEN {missing_col} IS NULL THEN 1 ELSE 0 END) AS missing_rows,\n AVG(CASE WHEN {missing_col} IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\nFROM {table};", + "notes": [ + "default_facets=missing_indicator_distribution", + "template_selection_mode=deterministic", + "problem_index_within_template=10", + "sql_variant_index=1/1" + ], + "template_selection_mode": "deterministic", + "selected_template_rank": 0, + "problem_index_within_template": 10, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "generated_sql_path": "/data/jialinzhang/TabQueryBench/sql_workloads/v2_current/runs_and_launches/runs/v2_cli_20260502_081223_f/n18/sql/v2q_n18_65658aa374e6dd4d.sql", + "usage_summary": { + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" + } +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65658aa374e6dd4d/usage_summary.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65658aa374e6dd4d/usage_summary.json new file mode 100644 index 0000000000000000000000000000000000000000..96c9ff4feec395919fc26411d18d078b8af6e1c7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65658aa374e6dd4d/usage_summary.json @@ -0,0 +1,9 @@ +{ + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65c4484c3a842ea5/final_answer.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65c4484c3a842ea5/final_answer.txt new file mode 100644 index 0000000000000000000000000000000000000000..089129e97ae026d73a0440aef6139e574725106f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65c4484c3a842ea5/final_answer.txt @@ -0,0 +1 @@ +{"row_count": null, "preview_rows": [{"total_rows": 76000, "missing_rows": 0, "missing_rate": 0.0}]} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65c4484c3a842ea5/generated_sql.sql b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65c4484c3a842ea5/generated_sql.sql new file mode 100644 index 0000000000000000000000000000000000000000..1215d4bef2161ce2789ddd39ec25d72fd9d21fc4 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65c4484c3a842ea5/generated_sql.sql @@ -0,0 +1,18 @@ +-- sql_source_version: v2 +-- sql_source_label: v2_current +-- sql_source_run_id: v2_cli_20260502_081223_f +-- sql_source_dataset_id: n18 +-- family_id: missingness_structure +-- canonical_subitem_id: marginal_missing_rate_consistency +-- intended_facet_id: missing_indicator_distribution +-- variant_semantic_role: missing_indicator_view +-- template_id: tpl_missing_marginal_rate_profile +-- query_record_id: v2q_n18_65c4484c3a842ea5 +-- problem_id: v2p_n18_20d09d712de2e5d7 +-- realization_mode: deterministic +-- source_kind: deterministic +SELECT + COUNT(*) AS total_rows, + SUM(CASE WHEN "ba_005" IS NULL THEN 1 ELSE 0 END) AS missing_rows, + AVG(CASE WHEN "ba_005" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate +FROM "n18"; diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65c4484c3a842ea5/query_results.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65c4484c3a842ea5/query_results.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1d21b2d5adaa17ca81bcf1c2f559274febf1b2bc --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65c4484c3a842ea5/query_results.jsonl @@ -0,0 +1 @@ +{"node_name": "v2_template", "tool_name": "sqlite_query", "query": "-- sql_source_version: v2\n-- sql_source_label: v2_current\n-- sql_source_run_id: v2_cli_20260502_081223_f\n-- sql_source_dataset_id: n18\n-- family_id: missingness_structure\n-- canonical_subitem_id: marginal_missing_rate_consistency\n-- intended_facet_id: missing_indicator_distribution\n-- variant_semantic_role: missing_indicator_view\n-- template_id: tpl_missing_marginal_rate_profile\n-- query_record_id: v2q_n18_65c4484c3a842ea5\n-- problem_id: v2p_n18_20d09d712de2e5d7\n-- realization_mode: deterministic\n-- source_kind: deterministic\nSELECT\n COUNT(*) AS total_rows,\n SUM(CASE WHEN \"ba_005\" IS NULL THEN 1 ELSE 0 END) AS missing_rows,\n AVG(CASE WHEN \"ba_005\" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\nFROM \"n18\";", "result": "{\"query\": \"-- sql_source_version: v2\\n-- sql_source_label: v2_current\\n-- sql_source_run_id: v2_cli_20260502_081223_f\\n-- sql_source_dataset_id: n18\\n-- family_id: missingness_structure\\n-- canonical_subitem_id: marginal_missing_rate_consistency\\n-- intended_facet_id: missing_indicator_distribution\\n-- variant_semantic_role: missing_indicator_view\\n-- template_id: tpl_missing_marginal_rate_profile\\n-- query_record_id: v2q_n18_65c4484c3a842ea5\\n-- problem_id: v2p_n18_20d09d712de2e5d7\\n-- realization_mode: deterministic\\n-- source_kind: deterministic\\nSELECT\\n COUNT(*) AS total_rows,\\n SUM(CASE WHEN \\\"ba_005\\\" IS NULL THEN 1 ELSE 0 END) AS missing_rows,\\n AVG(CASE WHEN \\\"ba_005\\\" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\\nFROM \\\"n18\\\";\", \"columns\": [\"total_rows\", \"missing_rows\", \"missing_rate\"], \"rows\": [{\"total_rows\": 76000, \"missing_rows\": 0, \"missing_rate\": 0.0}], \"row_count_returned\": 1, \"row_limit\": 50, \"truncated\": false, \"elapsed_ms\": 44.25}"} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65c4484c3a842ea5/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65c4484c3a842ea5/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..4d617f48f4ca644ac1994ebb571b38ae5cd5cb60 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65c4484c3a842ea5/run_manifest.json @@ -0,0 +1,57 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:34:14.739213+00:00", + "ended_at": "2026-05-19T16:34:14.784847+00:00", + "status": "completed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_65c4484c3a842ea5", + "problem_id": "v2p_n18_20d09d712de2e5d7", + "dataset_id": "n18", + "template_id": "tpl_missing_marginal_rate_profile", + "template_name": "Marginal Missing Rate Profile", + "family_id": "missingness_structure", + "canonical_subitem_id": "marginal_missing_rate_consistency", + "intended_facet_id": "missing_indicator_distribution", + "variant_semantic_role": "missing_indicator_view", + "subitem_assignment_source": "template_fixed", + "source_kind": "deterministic", + "realization_mode": "deterministic", + "gate_priority": "deterministic", + "extended_family": false, + "question": "Use template Marginal Missing Rate Profile to probe marginal_missing_rate_consistency with semantic role missing_indicator_view. Focus on missing_col=ba_005.", + "bindings": { + "missing_col": "ba_005" + }, + "binding_roles": [ + "missing_col" + ], + "coverage_target_min": "enumerate_all_applicable", + "runtime_sql_skeleton": "SELECT\n COUNT(*) AS total_rows,\n SUM(CASE WHEN {missing_col} IS NULL THEN 1 ELSE 0 END) AS missing_rows,\n AVG(CASE WHEN {missing_col} IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\nFROM {table};", + "notes": [ + "default_facets=missing_indicator_distribution", + "template_selection_mode=deterministic", + "problem_index_within_template=5", + "sql_variant_index=1/1" + ], + "template_selection_mode": "deterministic", + "selected_template_rank": 0, + "problem_index_within_template": 5, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "generated_sql_path": "/data/jialinzhang/TabQueryBench/sql_workloads/v2_current/runs_and_launches/runs/v2_cli_20260502_081223_f/n18/sql/v2q_n18_65c4484c3a842ea5.sql", + "usage_summary": { + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" + } +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65c4484c3a842ea5/usage_summary.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65c4484c3a842ea5/usage_summary.json new file mode 100644 index 0000000000000000000000000000000000000000..96c9ff4feec395919fc26411d18d078b8af6e1c7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_65c4484c3a842ea5/usage_summary.json @@ -0,0 +1,9 @@ +{ + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..97d2e440b4fc2638940fedb190dd0fed171b1d84 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:32:36.394449+00:00", + "ended_at": "2026-05-19T16:32:39.781428+00:00", + "elapsed_ms": 3386.93, + "returncode": 1, + "prompt_metrics": { + "chars": 68579, + "bytes_utf8": 68579, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..18cba754f2e191c023e5261bc005b4d126890395 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:32:40.788244+00:00", + "ended_at": "2026-05-19T16:32:43.891917+00:00", + "elapsed_ms": 3103.61, + "returncode": 1, + "prompt_metrics": { + "chars": 68579, + "bytes_utf8": 68579, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..60ce821881e3488f5f4c3a96d50b28f33455e5a5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Window Partition Average to probe direction_consistency with semantic role ranked_signal_view. Focus on group_col=cl_000, measure_col=dy_000.", + "planned_template_id": "tpl_m4_window_partition_avg", + "bindings": { + "group_col": "cl_000", + "measure_col": "dy_000", + "top_k": 10, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 76.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..60ce821881e3488f5f4c3a96d50b28f33455e5a5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Window Partition Average to probe direction_consistency with semantic role ranked_signal_view. Focus on group_col=cl_000, measure_col=dy_000.", + "planned_template_id": "tpl_m4_window_partition_avg", + "bindings": { + "group_col": "cl_000", + "measure_col": "dy_000", + "top_k": 10, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 76.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..cbe4849dfe718127dab8a75a8bdb72494abfd90f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4115-03b8-7e32-a183-b4134e0c49b9"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..4fcc20087d2b02dca6f433c408430aa63f06180e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4115-03b8-7e32-a183-b4134e0c49b9"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7ce4800619c908091e95e42291d7f8eb7a6d887 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4115-14e2-73e0-9e08-5323ebf50c5f"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5220a943d6a9e53b19a94261c718bae7fb8d2601 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4115-14e2-73e0-9e08-5323ebf50c5f"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6658a5a94cd41605/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6d3895ca27700bc0/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6d3895ca27700bc0/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..1f9da3ca8fb8af0c09c99432d4c855d1c6074cb6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6d3895ca27700bc0/run_manifest.json @@ -0,0 +1,72 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:16:17.117205+00:00", + "ended_at": "2026-05-19T16:16:27.061443+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_6d3895ca27700bc0", + "problem_id": "v2p_n18_d23e3584921c8afe", + "dataset_id": "n18", + "template_id": "tpl_m4_group_ratio_two_conditions", + "template_name": "Grouped Ratio of Two Conditions", + "family_id": "conditional_dependency_structure", + "canonical_subitem_id": "direction_consistency", + "intended_facet_id": "conditional_rate_shift", + "variant_semantic_role": "contrastive_conditional_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Ratio of Two Conditions to probe direction_consistency with semantic role contrastive_conditional_view. Focus on group_col=db_000, condition_col=ch_000.", + "bindings": { + "group_col": "db_000", + "condition_col": "ch_000", + "condition_value": "0", + "positive_value": "0", + "negative_value": "2", + "top_k": 13, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 1052220.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "condition_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col},\n SUM(CASE WHEN {condition_col} = {positive_value} THEN 1 ELSE 0 END) AS numerator_count,\n SUM(CASE WHEN {condition_col} = {negative_value} THEN 1 ELSE 0 END) AS denominator_count\n FROM {table}\n GROUP BY {group_col}\n)\nSELECT {group_col},\n CAST(numerator_count AS FLOAT) / NULLIF(denominator_count, 0) AS condition_ratio\nFROM grouped\nORDER BY condition_ratio DESC;", + "notes": [ + "default_facets=conditional_rate_shift", + "template_selection_mode=rule", + "problem_index_within_template=8", + "sql_variant_index=1/1", + "binding_index=43" + ], + "template_selection_mode": "rule", + "selected_template_rank": 4, + "problem_index_within_template": 8, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6d3895ca27700bc0/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6d3895ca27700bc0/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..013f4c5007ab1660d5d8aca95cc2a1078f855add --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6d3895ca27700bc0/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:16:22.518651+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 5352.43, "started_at": "2026-05-19T16:16:17.164938+00:00", "ended_at": "2026-05-19T16:16:22.517426+00:00", "prompt_metrics": {"chars": 69308, "bytes_utf8": 69308, "lines": 2151, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4106-128a-7a02-94c6-a26c13f4ad83\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:16:27.061328+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3536.57, "started_at": "2026-05-19T16:16:23.523502+00:00", "ended_at": "2026-05-19T16:16:27.060148+00:00", "prompt_metrics": {"chars": 69308, "bytes_utf8": 69308, "lines": 2151, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4106-2b95-7213-ab9f-9b5ca721aab1\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6fb42fa2764b9e95/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6fb42fa2764b9e95/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..58b4b0d48f903a70f552e57679137f176bbae0da --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6fb42fa2764b9e95/run_manifest.json @@ -0,0 +1,69 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:11:02.756445+00:00", + "ended_at": "2026-05-19T16:11:10.470814+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_6fb42fa2764b9e95", + "problem_id": "v2p_n18_31c09c3015000d98", + "dataset_id": "n18", + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "family_id": "subgroup_structure", + "canonical_subitem_id": "internal_profile_stability", + "intended_facet_id": "subgroup_conditional_contrast", + "variant_semantic_role": "collapsed_target_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=ay_003, measure_col=ag_004.", + "bindings": { + "group_col": "ay_003", + "measure_col": "ag_004", + "top_k": 13, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 14782.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "notes": [ + "default_facets=subgroup_distribution_shift,subgroup_rank_order,subgroup_conditional_contrast", + "template_selection_mode=rule", + "problem_index_within_template=9", + "sql_variant_index=1/2", + "binding_index=8" + ], + "template_selection_mode": "rule", + "selected_template_rank": 1, + "problem_index_within_template": 9, + "sql_variant_index": 1, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6fb42fa2764b9e95/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6fb42fa2764b9e95/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..e77480bec8f7989902a1c30fbc97cf668d59d0d5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_6fb42fa2764b9e95/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:11:06.081117+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3294.16, "started_at": "2026-05-19T16:11:02.785784+00:00", "ended_at": "2026-05-19T16:11:06.079974+00:00", "prompt_metrics": {"chars": 68501, "bytes_utf8": 68501, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4101-460f-7b50-a059-e85ed9efbb6d\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:11:10.470715+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3384.95, "started_at": "2026-05-19T16:11:07.084931+00:00", "ended_at": "2026-05-19T16:11:10.469908+00:00", "prompt_metrics": {"chars": 68501, "bytes_utf8": 68501, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4101-56d5-7323-91a1-149f13214306\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..05805304135136f9da97d83bb686031b739ce434 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:14:02.075592+00:00", + "ended_at": "2026-05-19T16:14:05.380607+00:00", + "elapsed_ms": 3304.99, + "returncode": 1, + "prompt_metrics": { + "chars": 68910, + "bytes_utf8": 68910, + "lines": 2150, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..fc2712a9b92e1e0c8420c7a116ab84fe02fbd42f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:14:06.385700+00:00", + "ended_at": "2026-05-19T16:14:12.853908+00:00", + "elapsed_ms": 6468.16, + "returncode": 1, + "prompt_metrics": { + "chars": 68910, + "bytes_utf8": 68910, + "lines": 2150, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..73331b90e9d71ac1dac6a07a1273a6031ca666d3 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2150 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "required_roles": [ + "group_col", + "item_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role within_group_proportion. Focus on group_col=as_000, measure_col=ay_006.", + "planned_template_id": "tpl_tpcds_within_group_share", + "bindings": { + "group_col": "as_000", + "measure_col": "ay_006", + "item_col": "ax_000", + "top_k": 10, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 936702.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..73331b90e9d71ac1dac6a07a1273a6031ca666d3 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2150 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "required_roles": [ + "group_col", + "item_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role within_group_proportion. Focus on group_col=as_000, measure_col=ay_006.", + "planned_template_id": "tpl_tpcds_within_group_share", + "bindings": { + "group_col": "as_000", + "measure_col": "ay_006", + "item_col": "ax_000", + "top_k": 10, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 936702.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd5402dfa8360226880cd29182249c371194a241 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4104-028c-75a0-a85c-21e7e0744c52"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3712b74a5fbc60ca7fbe73a02ba03d47eac6df7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4104-028c-75a0-a85c-21e7e0744c52"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb9113923f38bb5046fdc07dafb238a9b818cfad --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4104-1349-7e22-b8c9-8a7d2eb16d5a"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b4393b6ef0f3bce58b557d3187b5dc1cd7c6912 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4104-1349-7e22-b8c9-8a7d2eb16d5a"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7020d66abaf293ea/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..4947b4bf4bed96103a11b9164b46bc7bab006c81 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:16:27.102648+00:00", + "ended_at": "2026-05-19T16:16:30.406546+00:00", + "elapsed_ms": 3303.85, + "returncode": 1, + "prompt_metrics": { + "chars": 68816, + "bytes_utf8": 68816, + "lines": 2152, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..9fef2f539ab59f684be4ecbf2ea99a44e1a317ae --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:16:31.410594+00:00", + "ended_at": "2026-05-19T16:16:36.042257+00:00", + "elapsed_ms": 4631.6, + "returncode": 1, + "prompt_metrics": { + "chars": 68816, + "bytes_utf8": 68816, + "lines": 2152, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..34f6f5bf539c37396f437e44fd6254c7e993d2fd --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2152 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_c2_filtered_group_count_2d", + "template_name": "Filtered Two-Dimensional Group Count", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;", + "required_roles": [ + "group_col", + "group_col_2", + "predicate_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Filtered Two-Dimensional Group Count to probe slice_level_consistency with semantic role count_distribution. Focus on group_col=ae_000, group_col_2=as_000.", + "planned_template_id": "tpl_c2_filtered_group_count_2d", + "bindings": { + "group_col": "ae_000", + "group_col_2": "as_000", + "predicate_col": "az_005", + "predicate_op": ">=", + "predicate_value": 2499914.0, + "top_k": 13, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 159564.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..34f6f5bf539c37396f437e44fd6254c7e993d2fd --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2152 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_c2_filtered_group_count_2d", + "template_name": "Filtered Two-Dimensional Group Count", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;", + "required_roles": [ + "group_col", + "group_col_2", + "predicate_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Filtered Two-Dimensional Group Count to probe slice_level_consistency with semantic role count_distribution. Focus on group_col=ae_000, group_col_2=as_000.", + "planned_template_id": "tpl_c2_filtered_group_count_2d", + "bindings": { + "group_col": "ae_000", + "group_col_2": "as_000", + "predicate_col": "az_005", + "predicate_op": ">=", + "predicate_value": 2499914.0, + "top_k": 13, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 159564.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..171de3295f85379f5a6dab5245822a7f5108f60e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4106-3945-7260-8840-b30254a8ed54"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e31b2c263ddd18d9fb9dd0d30aa93ad2ead4ef9 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4106-3945-7260-8840-b30254a8ed54"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bc9beda3cd83f3c50ebcb2643a5148f5910743a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4106-4a29-7c71-886d-8f00c3d404b7"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..809b7d223b724b7a92a9bc9878c2d7aa6cf9e18b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4106-4a29-7c71-886d-8f00c3d404b7"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_704fd74115ead6ca/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..aeaae770058b39fa9f95ccf10bddbf8a2b98f3c3 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:25:33.402106+00:00", + "ended_at": "2026-05-19T16:25:37.030631+00:00", + "elapsed_ms": 3628.47, + "returncode": 1, + "prompt_metrics": { + "chars": 68680, + "bytes_utf8": 68680, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..14bcbe2e6617537a19fb3dfe571385a8557ff29d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:25:38.034368+00:00", + "ended_at": "2026-05-19T16:25:41.932783+00:00", + "elapsed_ms": 3898.36, + "returncode": 1, + "prompt_metrics": { + "chars": 68680, + "bytes_utf8": 68680, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0848ccaf0c28e45a2b01509224a41574185917a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role focused_target_view. Focus on group_col=dh_000, measure_col=cn_003.", + "planned_template_id": "tpl_grouped_percentile_point", + "bindings": { + "group_col": "dh_000", + "measure_col": "cn_003", + "top_k": 12, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 71316.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0848ccaf0c28e45a2b01509224a41574185917a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role focused_target_view. Focus on group_col=dh_000, measure_col=cn_003.", + "planned_template_id": "tpl_grouped_percentile_point", + "bindings": { + "group_col": "dh_000", + "measure_col": "cn_003", + "top_k": 12, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 71316.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..c92459109ab89387d8dacae7c025a61c8265916b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410e-8f5d-7af2-9cd2-8661942adb43"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..5999428821355d271940a26c96d063f2e02f1ccb --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410e-8f5d-7af2-9cd2-8661942adb43"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..0653eed92524f04634ba053a5f952fe052e61124 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410e-a174-7411-86a6-1d77e983d4d0"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..4427ade18e2b1201ea1e2b1a6069769348158c0a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410e-a174-7411-86a6-1d77e983d4d0"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_74f4e3c19861ec47/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..dad8f65e56793c916dc2c47cc6c1db9f5711bb61 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:14:57.933126+00:00", + "ended_at": "2026-05-19T16:15:01.030546+00:00", + "elapsed_ms": 3097.39, + "returncode": 1, + "prompt_metrics": { + "chars": 68911, + "bytes_utf8": 68911, + "lines": 2150, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..2cadd410a474d3c195fb741c5b417cc5b2438886 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:15:02.034665+00:00", + "ended_at": "2026-05-19T16:15:05.194446+00:00", + "elapsed_ms": 3159.74, + "returncode": 1, + "prompt_metrics": { + "chars": 68911, + "bytes_utf8": 68911, + "lines": 2150, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7dec106f34e26abda1f34a223da3fa7b8fb873f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2150 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "required_roles": [ + "group_col", + "item_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role within_group_proportion. Focus on group_col=az_009, measure_col=az_000.", + "planned_template_id": "tpl_tpcds_within_group_share", + "bindings": { + "group_col": "az_009", + "measure_col": "az_000", + "item_col": "ay_002", + "top_k": 18, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 1871.36, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7dec106f34e26abda1f34a223da3fa7b8fb873f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2150 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "required_roles": [ + "group_col", + "item_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role within_group_proportion. Focus on group_col=az_009, measure_col=az_000.", + "planned_template_id": "tpl_tpcds_within_group_share", + "bindings": { + "group_col": "az_009", + "measure_col": "az_000", + "item_col": "ay_002", + "top_k": 18, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 1871.36, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..9fe23a418823ac5c2fecb5660d15d7a0d44add25 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4104-dca4-71e1-8b14-23bd0eb2a472"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc1841370009f4a9dfbe0be3f719425c4f4018d5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4104-dca4-71e1-8b14-23bd0eb2a472"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..eeaae99aa84e81cf001e91df6a70964e63a36038 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4104-ec98-71d3-abf4-8e710a6521f4"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd132a03848cbc6c364ab373135370a3d8bd5b62 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4104-ec98-71d3-abf4-8e710a6521f4"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7a542792f64bf5c4/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..3b48d76eda4b986c072805b1dcb96c97a9dc5cc8 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:24:37.713424+00:00", + "ended_at": "2026-05-19T16:24:41.083964+00:00", + "elapsed_ms": 3370.49, + "returncode": 1, + "prompt_metrics": { + "chars": 68678, + "bytes_utf8": 68678, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..dde1bc03de43cda4adb9555bbb0f413cbf6fe4ac --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:24:42.089729+00:00", + "ended_at": "2026-05-19T16:24:50.158579+00:00", + "elapsed_ms": 8068.78, + "returncode": 1, + "prompt_metrics": { + "chars": 68678, + "bytes_utf8": 68678, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..532953a10f645cf529e75c323e2158d10b2a8105 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role ranked_signal_view. Focus on group_col=cs_009, measure_col=cn_000.", + "planned_template_id": "tpl_grouped_percentile_point", + "bindings": { + "group_col": "cs_009", + "measure_col": "cn_000", + "top_k": 14, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 36044.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..532953a10f645cf529e75c323e2158d10b2a8105 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role ranked_signal_view. Focus on group_col=cs_009, measure_col=cn_000.", + "planned_template_id": "tpl_grouped_percentile_point", + "bindings": { + "group_col": "cs_009", + "measure_col": "cn_000", + "top_k": 14, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 36044.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..36405002cf5289d2df6706bada02919c5392c99a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410d-b5d7-7f62-825c-6296797acdad"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..eee23ac782ba5040db3b0c419a954b0aa3eb5f69 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410d-b5d7-7f62-825c-6296797acdad"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..798204e62fc09225a0983442e96c9c832fc249c8 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410d-c6dd-7323-b23e-2b95f6fce165"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4fc6fc702bee82626e0328b303c4202b252a107 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410d-c6dd-7323-b23e-2b95f6fce165"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7e5fd1f537678716/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..9d5dfa33f82692c5193ec28f1f20706d969ed75c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:18:36.148951+00:00", + "ended_at": "2026-05-19T16:18:39.603826+00:00", + "elapsed_ms": 3454.85, + "returncode": 1, + "prompt_metrics": { + "chars": 68676, + "bytes_utf8": 68676, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..7aaf1679c0be96320bb6f994d5b2defd66188ba0 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:18:40.608448+00:00", + "ended_at": "2026-05-19T16:18:43.976813+00:00", + "elapsed_ms": 3368.32, + "returncode": 1, + "prompt_metrics": { + "chars": 68676, + "bytes_utf8": 68676, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0b870c6011c5966c35e54da89d81e27c6341c46 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_quantile_tail_slice", + "template_name": "Quantile Tail Slice", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;", + "required_roles": [ + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Quantile Tail Slice to probe tail_set_consistency with semantic role rare_extreme_view. Focus on measure_col=bn_000.", + "planned_template_id": "tpl_m4_quantile_tail_slice", + "bindings": { + "measure_col": "bn_000", + "top_k": 10, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 254060.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0b870c6011c5966c35e54da89d81e27c6341c46 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_quantile_tail_slice", + "template_name": "Quantile Tail Slice", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;", + "required_roles": [ + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Quantile Tail Slice to probe tail_set_consistency with semantic role rare_extreme_view. Focus on measure_col=bn_000.", + "planned_template_id": "tpl_m4_quantile_tail_slice", + "bindings": { + "measure_col": "bn_000", + "top_k": 10, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 254060.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..c277c4a269965ce10ad1b45a89a368273520a499 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4108-3111-7830-b0a2-4277d1c9278c"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..03f9224f6fe3c9e9ba5a9473be31b270a0acdd70 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4108-3111-7830-b0a2-4277d1c9278c"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..be6dd829bd360508f7945835534ff236e421912c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4108-4277-7d11-9678-f0d5c079ff6d"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..71b0aebbbbb9f97d9ddda92618a14e4a0b2e69c6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4108-4277-7d11-9678-f0d5c079ff6d"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f857aab5b093aa7/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f96bf58fc862f1c/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f96bf58fc862f1c/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..11784480ed667e809f0cb325904bca318cc943f6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f96bf58fc862f1c/run_manifest.json @@ -0,0 +1,69 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:10:40.662690+00:00", + "ended_at": "2026-05-19T16:10:48.330037+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_7f96bf58fc862f1c", + "problem_id": "v2p_n18_5a171b6c0dfc7650", + "dataset_id": "n18", + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "family_id": "subgroup_structure", + "canonical_subitem_id": "internal_profile_stability", + "intended_facet_id": "subgroup_rank_order", + "variant_semantic_role": "collapsed_target_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=as_000, measure_col=ag_002.", + "bindings": { + "group_col": "as_000", + "measure_col": "ag_002", + "top_k": 16, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 225.76, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "notes": [ + "default_facets=subgroup_distribution_shift,subgroup_rank_order,subgroup_conditional_contrast", + "template_selection_mode=rule", + "problem_index_within_template=7", + "sql_variant_index=2/2", + "binding_index=6" + ], + "template_selection_mode": "rule", + "selected_template_rank": 1, + "problem_index_within_template": 7, + "sql_variant_index": 2, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f96bf58fc862f1c/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f96bf58fc862f1c/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..eeb621a624e3f9a67a96d16c17a970731e34a7cf --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_7f96bf58fc862f1c/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:10:43.983638+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3289.66, "started_at": "2026-05-19T16:10:40.693134+00:00", "ended_at": "2026-05-19T16:10:43.982817+00:00", "prompt_metrics": {"chars": 68501, "bytes_utf8": 68501, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4100-efb8-7101-862e-69773b34bf48\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:10:48.329812+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3341.8, "started_at": "2026-05-19T16:10:44.986168+00:00", "ended_at": "2026-05-19T16:10:48.328045+00:00", "prompt_metrics": {"chars": 68501, "bytes_utf8": 68501, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4101-0081-7452-b1d2-599bba248aa4\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..587736e3dd5173c7b58bbe480f7a5f2855252e00 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:14:42.650181+00:00", + "ended_at": "2026-05-19T16:14:45.830561+00:00", + "elapsed_ms": 3180.35, + "returncode": 1, + "prompt_metrics": { + "chars": 68908, + "bytes_utf8": 68908, + "lines": 2150, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..c66e5c73f7d53fc7e36b44a073e285b77fe6a719 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:14:46.836070+00:00", + "ended_at": "2026-05-19T16:14:50.132212+00:00", + "elapsed_ms": 3296.1, + "returncode": 1, + "prompt_metrics": { + "chars": 68908, + "bytes_utf8": 68908, + "lines": 2150, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..718c01f53ac99de96d274a5a1190dfebee7f605b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2150 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "required_roles": [ + "group_col", + "item_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role focused_target_view. Focus on group_col=ay_003, measure_col=ay_008.", + "planned_template_id": "tpl_tpcds_within_group_share", + "bindings": { + "group_col": "ay_003", + "measure_col": "ay_008", + "item_col": "ay_001", + "top_k": 17, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 212818.56, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..718c01f53ac99de96d274a5a1190dfebee7f605b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2150 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "required_roles": [ + "group_col", + "item_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role focused_target_view. Focus on group_col=ay_003, measure_col=ay_008.", + "planned_template_id": "tpl_tpcds_within_group_share", + "bindings": { + "group_col": "ay_003", + "measure_col": "ay_008", + "item_col": "ay_001", + "top_k": 17, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 212818.56, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b400418eac8edb4f844ba2bb8181007fd322416 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4104-a0d1-78b2-9880-f2d7e6f81126"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8768cb598de80f0fbfcecf52e410bf18ce81910 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4104-a0d1-78b2-9880-f2d7e6f81126"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..11082f2d2d8a3de0de0afc9dd88c998cece9324f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4104-b153-7740-8c92-6639899e31f8"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8459621b65977567ab855c599ce017d0cd28d53 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4104-b153-7740-8c92-6639899e31f8"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_81e5d28d03527d65/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..aad956a64912ac2f714db33987bc3c0ef592aa7a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:16:47.151528+00:00", + "ended_at": "2026-05-19T16:16:50.574393+00:00", + "elapsed_ms": 3422.82, + "returncode": 1, + "prompt_metrics": { + "chars": 68813, + "bytes_utf8": 68813, + "lines": 2152, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..9f84dc1e871244fb55c52cd574ed212d6687a402 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:16:51.577787+00:00", + "ended_at": "2026-05-19T16:16:55.062916+00:00", + "elapsed_ms": 3485.07, + "returncode": 1, + "prompt_metrics": { + "chars": 68813, + "bytes_utf8": 68813, + "lines": 2152, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..826ccbf25086f0c9e05a4ea37bb237cabc4eaa89 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2152 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_c2_filtered_group_count_2d", + "template_name": "Filtered Two-Dimensional Group Count", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;", + "required_roles": [ + "group_col", + "group_col_2", + "predicate_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Filtered Two-Dimensional Group Count to probe slice_level_consistency with semantic role count_distribution. Focus on group_col=ae_000, group_col_2=ay_003.", + "planned_template_id": "tpl_c2_filtered_group_count_2d", + "bindings": { + "group_col": "ae_000", + "group_col_2": "ay_003", + "predicate_col": "az_007", + "predicate_op": ">=", + "predicate_value": 1760.0, + "top_k": 10, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 257660.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..826ccbf25086f0c9e05a4ea37bb237cabc4eaa89 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2152 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_c2_filtered_group_count_2d", + "template_name": "Filtered Two-Dimensional Group Count", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;", + "required_roles": [ + "group_col", + "group_col_2", + "predicate_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Filtered Two-Dimensional Group Count to probe slice_level_consistency with semantic role count_distribution. Focus on group_col=ae_000, group_col_2=ay_003.", + "planned_template_id": "tpl_c2_filtered_group_count_2d", + "bindings": { + "group_col": "ae_000", + "group_col_2": "ay_003", + "predicate_col": "az_007", + "predicate_op": ">=", + "predicate_value": 1760.0, + "top_k": 10, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 257660.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..66f880ef7dd11c140ddf560e8798bab8ab9c3ac9 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4106-878c-7ca3-83b1-0d6686f922da"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..03c73ffe47e1ed325f81806368ac8f6ffd56e51b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4106-878c-7ca3-83b1-0d6686f922da"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..416676310cab6d59b9c24d6ed1e8a34c63629084 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4106-98ff-7650-9469-43423715eb1b"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..6cf778a8b58857efe81082687aa98052d0340c87 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4106-98ff-7650-9469-43423715eb1b"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_847117e38813d781/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..7a2018f0d0383f57d154fabe7728927982da99fb --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:11:18.878478+00:00", + "ended_at": "2026-05-19T16:11:22.022614+00:00", + "elapsed_ms": 3144.11, + "returncode": 1, + "prompt_metrics": { + "chars": 68415, + "bytes_utf8": 68415, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..4485c6a877b81421e503b580a41a03a223cdded3 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:11:23.025334+00:00", + "ended_at": "2026-05-19T16:11:26.213841+00:00", + "elapsed_ms": 3188.48, + "returncode": 1, + "prompt_metrics": { + "chars": 68415, + "bytes_utf8": 68415, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..5230d1eb35979e366571d52018a9fe9f9c117e4b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_clickbench_group_count", + "template_name": "Grouped Count by Category", + "primary_family": "subgroup_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col}, COUNT(*) AS row_count\nFROM {table}\nGROUP BY {group_col}\nORDER BY row_count DESC;", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Count by Category to probe subgroup_size_stability with semantic role count_distribution. Focus on group_col=cf_000.", + "planned_template_id": "tpl_clickbench_group_count", + "bindings": { + "group_col": "cf_000", + "top_k": 12, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 23162.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, COUNT(*) AS row_count\nFROM {table}\nGROUP BY {group_col}\nORDER BY row_count DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5230d1eb35979e366571d52018a9fe9f9c117e4b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_clickbench_group_count", + "template_name": "Grouped Count by Category", + "primary_family": "subgroup_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col}, COUNT(*) AS row_count\nFROM {table}\nGROUP BY {group_col}\nORDER BY row_count DESC;", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Count by Category to probe subgroup_size_stability with semantic role count_distribution. Focus on group_col=cf_000.", + "planned_template_id": "tpl_clickbench_group_count", + "bindings": { + "group_col": "cf_000", + "top_k": 12, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 23162.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, COUNT(*) AS row_count\nFROM {table}\nGROUP BY {group_col}\nORDER BY row_count DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..3188e2cf672111eb555200e5822479b4e892517a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4101-84de-71e3-9850-04a8de950381"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb71b9d242c7c6b74b3e5fea49db384293526771 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4101-84de-71e3-9850-04a8de950381"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..07e66f9fc4931381a5c2ca14a73cf52cdb4f14ac --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4101-9516-7c13-ac44-d0e3a04a0bb8"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..af55c8534b8503db638110755057121986526666 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4101-9516-7c13-ac44-d0e3a04a0bb8"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_84fb0f1aebadde41/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_87edb4efb392502b/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_87edb4efb392502b/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..7791abf7a91f3b1ce2dba3442ebd0b949bfa3086 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_87edb4efb392502b/run_manifest.json @@ -0,0 +1,69 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:10:01.450778+00:00", + "ended_at": "2026-05-19T16:10:08.771503+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_87edb4efb392502b", + "problem_id": "v2p_n18_9fb3a3f912961135", + "dataset_id": "n18", + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "family_id": "subgroup_structure", + "canonical_subitem_id": "internal_profile_stability", + "intended_facet_id": "subgroup_rank_order", + "variant_semantic_role": "collapsed_target_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=aj_000, measure_col=ae_000.", + "bindings": { + "group_col": "aj_000", + "measure_col": "ae_000", + "top_k": 14, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 74.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "notes": [ + "default_facets=subgroup_distribution_shift,subgroup_rank_order,subgroup_conditional_contrast", + "template_selection_mode=rule", + "problem_index_within_template=5", + "sql_variant_index=1/2", + "binding_index=4" + ], + "template_selection_mode": "rule", + "selected_template_rank": 1, + "problem_index_within_template": 5, + "sql_variant_index": 1, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_87edb4efb392502b/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_87edb4efb392502b/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ff0cc453fd1009564159ae2a40ebe5a5e6b863b8 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_87edb4efb392502b/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:10:04.835074+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3354.43, "started_at": "2026-05-19T16:10:01.479787+00:00", "ended_at": "2026-05-19T16:10:04.834242+00:00", "prompt_metrics": {"chars": 68498, "bytes_utf8": 68498, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4100-5677-7750-b1a6-94b8c6320b56\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:10:08.771385+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 2932.87, "started_at": "2026-05-19T16:10:05.837415+00:00", "ended_at": "2026-05-19T16:10:08.770324+00:00", "prompt_metrics": {"chars": 68498, "bytes_utf8": 68498, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4100-6781-78b2-8316-dd09453f668f\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8b662e68df253573/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8b662e68df253573/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..47fb6e6e8494228a25697f63d576f4b4c39156b0 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8b662e68df253573/run_manifest.json @@ -0,0 +1,69 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:25:17.024754+00:00", + "ended_at": "2026-05-19T16:25:25.331828+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_8b662e68df253573", + "problem_id": "v2p_n18_84769698452f203f", + "dataset_id": "n18", + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "family_id": "tail_rarity_structure", + "canonical_subitem_id": "tail_concentration_consistency", + "intended_facet_id": "rare_target_concentration", + "variant_semantic_role": "ranked_signal_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role ranked_signal_view. Focus on group_col=db_000, measure_col=cn_002.", + "bindings": { + "group_col": "db_000", + "measure_col": "cn_002", + "top_k": 11, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 15704.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "notes": [ + "default_facets=rare_target_concentration", + "template_selection_mode=rule", + "problem_index_within_template=8", + "sql_variant_index=1/2", + "binding_index=91" + ], + "template_selection_mode": "rule", + "selected_template_rank": 8, + "problem_index_within_template": 8, + "sql_variant_index": 1, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8b662e68df253573/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8b662e68df253573/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..91f015f1c0a5d3905b7d76f6e991551f17871076 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8b662e68df253573/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:25:20.857108+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3780.16, "started_at": "2026-05-19T16:25:17.075642+00:00", "ended_at": "2026-05-19T16:25:20.855868+00:00", "prompt_metrics": {"chars": 68678, "bytes_utf8": 68678, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410e-4f96-7ee0-b3fb-fa38ec3a06eb\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:25:25.331716+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3468.3, "started_at": "2026-05-19T16:25:21.862195+00:00", "ended_at": "2026-05-19T16:25:25.330553+00:00", "prompt_metrics": {"chars": 68678, "bytes_utf8": 68678, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410e-6234-7cb1-b813-a34a99df57bc\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..6370d8975c3ce656f34f756ef5fe5b30c9ac46bd --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:26:33.782882+00:00", + "ended_at": "2026-05-19T16:26:36.886818+00:00", + "elapsed_ms": 3103.88, + "returncode": 1, + "prompt_metrics": { + "chars": 68743, + "bytes_utf8": 68743, + "lines": 2151, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..1aacb11e9bf1221b66d80e4acedb4e975c62b95f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:26:37.893615+00:00", + "ended_at": "2026-05-19T16:26:41.263735+00:00", + "elapsed_ms": 3370.05, + "returncode": 1, + "prompt_metrics": { + "chars": 68743, + "bytes_utf8": 68743, + "lines": 2151, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd8486b0bb755d6e825ee880a38dc0e67165b171 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2151 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_group_condition_rate", + "template_name": "Grouped Condition Rate", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;", + "required_roles": [ + "group_col", + "condition_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Condition Rate to probe direction_consistency with semantic role within_group_proportion. Focus on group_col=ab_000, condition_col=ch_000.", + "planned_template_id": "tpl_m4_group_condition_rate", + "bindings": { + "group_col": "ab_000", + "condition_col": "ch_000", + "condition_value": "2", + "positive_value": "0", + "negative_value": "2", + "top_k": 17, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 5644.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd8486b0bb755d6e825ee880a38dc0e67165b171 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2151 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_group_condition_rate", + "template_name": "Grouped Condition Rate", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;", + "required_roles": [ + "group_col", + "condition_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Condition Rate to probe direction_consistency with semantic role within_group_proportion. Focus on group_col=ab_000, condition_col=ch_000.", + "planned_template_id": "tpl_m4_group_condition_rate", + "bindings": { + "group_col": "ab_000", + "condition_col": "ch_000", + "condition_value": "2", + "positive_value": "0", + "negative_value": "2", + "top_k": 17, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 5644.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..58002b954ba307b7c0db000204bc721168b15a66 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410f-7b29-7742-93dd-3fe07523ba5b"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..a11e99976a3c4b2af98ad8e68be063ea1c21fab8 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410f-7b29-7742-93dd-3fe07523ba5b"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..3936000d8e604cfa438a0d0e9519fcce7616e1d8 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410f-8b5c-76b1-9fe8-b0a0c1cb1559"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..74772afb32c671b46718a0d1ca2e60af406fece9 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410f-8b5c-76b1-9fe8-b0a0c1cb1559"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8eedd674d3e0d205/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..e2979289b142962bbb9dc17dc149f56c2fc398b4 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:20:33.754000+00:00", + "ended_at": "2026-05-19T16:20:44.909104+00:00", + "elapsed_ms": 11155.08, + "returncode": 1, + "prompt_metrics": { + "chars": 69058, + "bytes_utf8": 69058, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..23125619cc1f834fc654bec7ce275d2dda48e050 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:20:45.913846+00:00", + "ended_at": "2026-05-19T16:20:49.711457+00:00", + "elapsed_ms": 3797.58, + "returncode": 1, + "prompt_metrics": { + "chars": 69058, + "bytes_utf8": 69058, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..f666801f895432adbd145b7ab467f5b27a447f49 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=af_000, measure_col=by_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "af_000", + "measure_col": "by_000", + "top_k": 15, + "top_n": 7, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 14807.32, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..f666801f895432adbd145b7ab467f5b27a447f49 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=af_000, measure_col=by_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "af_000", + "measure_col": "by_000", + "top_k": 15, + "top_n": 7, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 14807.32, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd8a1232d2f449441d9bc692218b47741df7bb33 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4109-fc69-7241-8e56-69f3efbe7458"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..9419ee85f107d647b6caa5a61ea0b32b5cd5018a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4109-fc69-7241-8e56-69f3efbe7458"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4e5ee8c2c0f1e40470e4f4ebdc85a1a2b224e74 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410a-2c12-7ce2-ba6b-8656d72bbbee"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..01034a22102fba3498c5e023d266a956f00855c0 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410a-2c12-7ce2-ba6b-8656d72bbbee"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8f3321a07af9a4ed/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..7199c2860d6a0e7bbfedf6463bd21963d0f5e6b4 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:24:08.900869+00:00", + "ended_at": "2026-05-19T16:24:12.578697+00:00", + "elapsed_ms": 3677.77, + "returncode": 1, + "prompt_metrics": { + "chars": 68679, + "bytes_utf8": 68679, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..06181e158773105d1a6651a4254b16a92519f69b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:24:13.583561+00:00", + "ended_at": "2026-05-19T16:24:17.050367+00:00", + "elapsed_ms": 3466.75, + "returncode": 1, + "prompt_metrics": { + "chars": 68679, + "bytes_utf8": 68679, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..27a15aa958ecac86c02d6f2cc12e01693f49f082 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role focused_target_view. Focus on group_col=cl_000, measure_col=cl_000.", + "planned_template_id": "tpl_grouped_percentile_point", + "bindings": { + "group_col": "cl_000", + "measure_col": "cl_000", + "top_k": 17, + "top_n": 7, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 8.56, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..27a15aa958ecac86c02d6f2cc12e01693f49f082 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role focused_target_view. Focus on group_col=cl_000, measure_col=cl_000.", + "planned_template_id": "tpl_grouped_percentile_point", + "bindings": { + "group_col": "cl_000", + "measure_col": "cl_000", + "top_k": 17, + "top_n": 7, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 8.56, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b7fe395aac4f3fe0b411fd8a15f7eb190a0145a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410d-454d-7ea0-8494-7d81cd50171c"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed4f32dc1100a53598e2b68ec6fe0d28de5968b0 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410d-454d-7ea0-8494-7d81cd50171c"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..36752443e5085c1745e3a504f8fdd72cd095efa5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410d-5783-7dd0-b0c1-71e60e4a9789"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..f09ff33793ff00c0dc07f417c743ee9af81808df --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410d-5783-7dd0-b0c1-71e60e4a9789"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_8fb3e59d19a2991d/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..5f8598cead5993c4da633a9f2cbf9fe2e6bcd301 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:22:14.409359+00:00", + "ended_at": "2026-05-19T16:22:18.341272+00:00", + "elapsed_ms": 3931.86, + "returncode": 1, + "prompt_metrics": { + "chars": 69060, + "bytes_utf8": 69060, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..7671a42e3266bb8925ee73c1b69f3f41a4aaceb1 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:22:19.347507+00:00", + "ended_at": "2026-05-19T16:22:22.975825+00:00", + "elapsed_ms": 3628.24, + "returncode": 1, + "prompt_metrics": { + "chars": 69060, + "bytes_utf8": 69060, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..24e11d4308e57152ba665ffe0bb123058ab5b595 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=au_000, measure_col=cc_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "au_000", + "measure_col": "cc_000", + "top_k": 19, + "top_n": 7, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 2492895.68, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..24e11d4308e57152ba665ffe0bb123058ab5b595 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=au_000, measure_col=cc_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "au_000", + "measure_col": "cc_000", + "top_k": 19, + "top_n": 7, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 2492895.68, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..8259b0debb1e4c5bf61810febc7f9f5bbf5b3e20 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410b-85fb-7f50-a1c9-b84d02cdb6a2"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..9293be8640ee429e7f70b810bdbddd3732420f02 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410b-85fb-7f50-a1c9-b84d02cdb6a2"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..26d0fce8b34fcb03623034455a5e4a0e578fcf44 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410b-9948-7f52-91a0-56404c95b950"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..2fc5fdd2b1e6eda3736e38e97154b1513d6e14ba --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410b-9948-7f52-91a0-56404c95b950"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9385000e5a65ff0c/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..29b20615fc58db4ef9fbc43703d47765fa6146bb --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:10:16.303932+00:00", + "ended_at": "2026-05-19T16:10:19.383031+00:00", + "elapsed_ms": 3079.03, + "returncode": 1, + "prompt_metrics": { + "chars": 68498, + "bytes_utf8": 68498, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..0d82b8625fff316b31352e5a110bbbb78adad5eb --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:10:20.385734+00:00", + "ended_at": "2026-05-19T16:10:24.504871+00:00", + "elapsed_ms": 4119.11, + "returncode": 1, + "prompt_metrics": { + "chars": 68498, + "bytes_utf8": 68498, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..928782b2c463471c2b036dca8067fc3081277b0f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "primary_family": "subgroup_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=ar_000, measure_col=af_000.", + "planned_template_id": "tpl_h2o_group_sum", + "bindings": { + "group_col": "ar_000", + "measure_col": "af_000", + "top_k": 10, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 214.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..928782b2c463471c2b036dca8067fc3081277b0f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "primary_family": "subgroup_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=ar_000, measure_col=af_000.", + "planned_template_id": "tpl_h2o_group_sum", + "bindings": { + "group_col": "ar_000", + "measure_col": "af_000", + "top_k": 10, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 214.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..aefd8dfd219254ad7d89313ba0eb2da40f0fccc7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4100-9065-78e0-a01b-e445f4022a97"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..040ba0dff70cf349c704b646a22c03dd05c066f7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4100-9065-78e0-a01b-e445f4022a97"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..9486e3df2de0595b1d71c5f784631dfe308b98d6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4100-a072-7641-9a38-137f237b9038"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..b54a7e9ef4b27b0f60f12bcfaa4c976380ebe243 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4100-a072-7641-9a38-137f237b9038"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_93f6df9fd8fcbeae/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_95b3866a2abe36fd/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_95b3866a2abe36fd/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..e717f4ef7a56c30a27ca2b67940f174e312a961d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_95b3866a2abe36fd/run_manifest.json @@ -0,0 +1,69 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:32:11.273164+00:00", + "ended_at": "2026-05-19T16:32:19.701089+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_95b3866a2abe36fd", + "problem_id": "v2p_n18_69fbfb28d27a84b6", + "dataset_id": "n18", + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "family_id": "conditional_dependency_structure", + "canonical_subitem_id": "direction_consistency", + "intended_facet_id": "conditional_rate_shift", + "variant_semantic_role": "filtered_stable_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Window Partition Average to probe direction_consistency with semantic role filtered_stable_view. Focus on group_col=cg_000, measure_col=dv_000.", + "bindings": { + "group_col": "cg_000", + "measure_col": "dv_000", + "top_k": 18, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 873113.36, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "notes": [ + "default_facets=conditional_rate_shift", + "template_selection_mode=rule", + "problem_index_within_template=2", + "sql_variant_index=2/2", + "binding_index=133" + ], + "template_selection_mode": "rule", + "selected_template_rank": 12, + "problem_index_within_template": 2, + "sql_variant_index": 2, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_95b3866a2abe36fd/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_95b3866a2abe36fd/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..71ac60322fa6b43e66539a6f7aa4edfa750e6b5e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_95b3866a2abe36fd/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:32:15.028124+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3712.22, "started_at": "2026-05-19T16:32:11.314514+00:00", "ended_at": "2026-05-19T16:32:15.026785+00:00", "prompt_metrics": {"chars": 68589, "bytes_utf8": 68589, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4114-a1a9-72f3-b774-9b8150721fe4\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:32:19.700946+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3668.19, "started_at": "2026-05-19T16:32:16.030601+00:00", "ended_at": "2026-05-19T16:32:19.698849+00:00", "prompt_metrics": {"chars": 68589, "bytes_utf8": 68589, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4114-b404-75b2-bbb4-f9404c768327\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..5f6d9cb68fc30844916e355e7a0155569bdfe619 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:24:58.543506+00:00", + "ended_at": "2026-05-19T16:25:01.907274+00:00", + "elapsed_ms": 3363.72, + "returncode": 1, + "prompt_metrics": { + "chars": 68679, + "bytes_utf8": 68679, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..5236f6f36300f36305ae61144ad2f1d9dd61abb2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:25:02.913121+00:00", + "ended_at": "2026-05-19T16:25:06.571419+00:00", + "elapsed_ms": 3658.23, + "returncode": 1, + "prompt_metrics": { + "chars": 68679, + "bytes_utf8": 68679, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..52a0ad51a105f4f27da2995deaca140a1ba20a9d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role focused_target_view. Focus on group_col=cy_000, measure_col=cn_001.", + "planned_template_id": "tpl_grouped_percentile_point", + "bindings": { + "group_col": "cy_000", + "measure_col": "cn_001", + "top_k": 10, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 3568.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..52a0ad51a105f4f27da2995deaca140a1ba20a9d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role focused_target_view. Focus on group_col=cy_000, measure_col=cn_001.", + "planned_template_id": "tpl_grouped_percentile_point", + "bindings": { + "group_col": "cy_000", + "measure_col": "cn_001", + "top_k": 10, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 3568.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..83554454cf0af6406a6781b6c5b46ad78d10173b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410e-0722-76f3-ba38-8ad3975f6ba6"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..9adb88f43b35ae6152c3f30872da8ba399a5a07e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410e-0722-76f3-ba38-8ad3975f6ba6"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e02260bed307f608ee402e602e05922f924484e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410e-1832-7bf3-a6ae-3e3490a156b6"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a9ce278c7a5018bed33e3ca433b55368983d2d5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410e-1832-7bf3-a6ae-3e3490a156b6"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_983724b38993c5db/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9a351a3e996ba8a3/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9a351a3e996ba8a3/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..6ca1f19c32306926f6fd63c49aac6cb67f78fb44 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9a351a3e996ba8a3/run_manifest.json @@ -0,0 +1,69 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:19:23.737769+00:00", + "ended_at": "2026-05-19T16:19:33.009280+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_9a351a3e996ba8a3", + "problem_id": "v2p_n18_891598f87611736e", + "dataset_id": "n18", + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "family_id": "tail_rarity_structure", + "canonical_subitem_id": "tail_mass_similarity", + "intended_facet_id": "tail_ranked_signal", + "variant_semantic_role": "filtered_stable_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role filtered_stable_view. Focus on group_col=class, measure_col=bu_000.", + "bindings": { + "group_col": "class", + "measure_col": "bu_000", + "top_k": 17, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 2992391.44, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "notes": [ + "default_facets=tail_ranked_signal", + "template_selection_mode=rule", + "problem_index_within_template=1", + "sql_variant_index=2/2", + "binding_index=72" + ], + "template_selection_mode": "rule", + "selected_template_rank": 7, + "problem_index_within_template": 1, + "sql_variant_index": 2, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9a351a3e996ba8a3/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9a351a3e996ba8a3/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5be7dd4d59d3ab4c98ece090f890513a4742413a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9a351a3e996ba8a3/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:19:28.589128+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 4813.75, "started_at": "2026-05-19T16:19:23.774515+00:00", "ended_at": "2026-05-19T16:19:28.588292+00:00", "prompt_metrics": {"chars": 69059, "bytes_utf8": 69059, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4108-eb16-7993-832a-1450bd6948e8\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:19:33.009184+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3414.73, "started_at": "2026-05-19T16:19:29.593480+00:00", "ended_at": "2026-05-19T16:19:33.008249+00:00", "prompt_metrics": {"chars": 69059, "bytes_utf8": 69059, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4109-01c6-7543-89a9-73e436b1aa8b\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9a5212335ed63158/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9a5212335ed63158/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..46e0227514d9508c51c660b03965ff0bf03f59d4 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9a5212335ed63158/run_manifest.json @@ -0,0 +1,72 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:26:25.834056+00:00", + "ended_at": "2026-05-19T16:26:33.737488+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_9a5212335ed63158", + "problem_id": "v2p_n18_ab98a057319f18ed", + "dataset_id": "n18", + "template_id": "tpl_m4_group_condition_rate", + "template_name": "Grouped Condition Rate", + "family_id": "conditional_dependency_structure", + "canonical_subitem_id": "direction_consistency", + "intended_facet_id": "conditional_rate_shift", + "variant_semantic_role": "focused_target_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Condition Rate to probe direction_consistency with semantic role focused_target_view. Focus on group_col=ab_000, condition_col=ch_000.", + "bindings": { + "group_col": "ab_000", + "condition_col": "ch_000", + "condition_value": "0", + "positive_value": "0", + "negative_value": "2", + "top_k": 12, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 5644.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "condition_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;", + "notes": [ + "default_facets=conditional_rate_shift", + "template_selection_mode=rule", + "problem_index_within_template=2", + "sql_variant_index=1/2", + "binding_index=97" + ], + "template_selection_mode": "rule", + "selected_template_rank": 9, + "problem_index_within_template": 2, + "sql_variant_index": 1, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9a5212335ed63158/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9a5212335ed63158/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2a384b102878123a2502c839216463a66ecdd9ca --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9a5212335ed63158/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:26:29.148110+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3267.57, "started_at": "2026-05-19T16:26:25.879231+00:00", "ended_at": "2026-05-19T16:26:29.146860+00:00", "prompt_metrics": {"chars": 68736, "bytes_utf8": 68736, "lines": 2151, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410f-5c65-7882-9562-c81a3d55b2d3\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:26:33.737357+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3584.6, "started_at": "2026-05-19T16:26:30.151272+00:00", "ended_at": "2026-05-19T16:26:33.735939+00:00", "prompt_metrics": {"chars": 68736, "bytes_utf8": 68736, "lines": 2151, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410f-6d11-77a2-9ecd-eaf3d6d1bf49\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..e241dc6bbeec71a3f17259ea54bb5e0f71dc6ba9 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:15:34.918229+00:00", + "ended_at": "2026-05-19T16:15:38.204652+00:00", + "elapsed_ms": 3286.39, + "returncode": 1, + "prompt_metrics": { + "chars": 69313, + "bytes_utf8": 69313, + "lines": 2151, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..f050270d9368ca76f1fc4646bb3cca5889fefad6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:15:39.207575+00:00", + "ended_at": "2026-05-19T16:15:43.379842+00:00", + "elapsed_ms": 4172.23, + "returncode": 1, + "prompt_metrics": { + "chars": 69313, + "bytes_utf8": 69313, + "lines": 2151, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..702568e608357115673a3d46c5968749397fc2f3 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2151 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_group_ratio_two_conditions", + "template_name": "Grouped Ratio of Two Conditions", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col},\n SUM(CASE WHEN {condition_col} = {positive_value} THEN 1 ELSE 0 END) AS numerator_count,\n SUM(CASE WHEN {condition_col} = {negative_value} THEN 1 ELSE 0 END) AS denominator_count\n FROM {table}\n GROUP BY {group_col}\n)\nSELECT {group_col},\n CAST(numerator_count AS FLOAT) / NULLIF(denominator_count, 0) AS condition_ratio\nFROM grouped\nORDER BY condition_ratio DESC;", + "required_roles": [ + "group_col", + "condition_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Ratio of Two Conditions to probe direction_consistency with semantic role contrastive_conditional_view. Focus on group_col=ch_000, condition_col=class.", + "planned_template_id": "tpl_m4_group_ratio_two_conditions", + "bindings": { + "group_col": "ch_000", + "condition_col": "class", + "condition_value": "neg", + "positive_value": "neg", + "negative_value": "pos", + "top_k": 13, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 2499914.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col},\n SUM(CASE WHEN {condition_col} = {positive_value} THEN 1 ELSE 0 END) AS numerator_count,\n SUM(CASE WHEN {condition_col} = {negative_value} THEN 1 ELSE 0 END) AS denominator_count\n FROM {table}\n GROUP BY {group_col}\n)\nSELECT {group_col},\n CAST(numerator_count AS FLOAT) / NULLIF(denominator_count, 0) AS condition_ratio\nFROM grouped\nORDER BY condition_ratio DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..702568e608357115673a3d46c5968749397fc2f3 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2151 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_group_ratio_two_conditions", + "template_name": "Grouped Ratio of Two Conditions", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col},\n SUM(CASE WHEN {condition_col} = {positive_value} THEN 1 ELSE 0 END) AS numerator_count,\n SUM(CASE WHEN {condition_col} = {negative_value} THEN 1 ELSE 0 END) AS denominator_count\n FROM {table}\n GROUP BY {group_col}\n)\nSELECT {group_col},\n CAST(numerator_count AS FLOAT) / NULLIF(denominator_count, 0) AS condition_ratio\nFROM grouped\nORDER BY condition_ratio DESC;", + "required_roles": [ + "group_col", + "condition_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Ratio of Two Conditions to probe direction_consistency with semantic role contrastive_conditional_view. Focus on group_col=ch_000, condition_col=class.", + "planned_template_id": "tpl_m4_group_ratio_two_conditions", + "bindings": { + "group_col": "ch_000", + "condition_col": "class", + "condition_value": "neg", + "positive_value": "neg", + "negative_value": "pos", + "top_k": 13, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 2499914.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col},\n SUM(CASE WHEN {condition_col} = {positive_value} THEN 1 ELSE 0 END) AS numerator_count,\n SUM(CASE WHEN {condition_col} = {negative_value} THEN 1 ELSE 0 END) AS denominator_count\n FROM {table}\n GROUP BY {group_col}\n)\nSELECT {group_col},\n CAST(numerator_count AS FLOAT) / NULLIF(denominator_count, 0) AS condition_ratio\nFROM grouped\nORDER BY condition_ratio DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..32b29e1ab25f71d892b4fcb5fae702eeb7431a52 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4105-6d05-74a3-95ca-3347ce081803"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee89403e48aa96061892ab9f774fcd31826e6273 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4105-6d05-74a3-95ca-3347ce081803"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..62b3518d9ff0d694da4775a57632622ca3ed3e77 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4105-7dd0-7bc2-a031-39e4dbd2dd1b"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..316ca3f77c05450699b4c49ee469fa973445ea65 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4105-7dd0-7bc2-a031-39e4dbd2dd1b"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9c2fad50760df553/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..2b99427996c8341f9ab26712c84c94875990cb3d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:11:10.500252+00:00", + "ended_at": "2026-05-19T16:11:13.549629+00:00", + "elapsed_ms": 3049.35, + "returncode": 1, + "prompt_metrics": { + "chars": 68503, + "bytes_utf8": 68503, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..a78f61a0e7045a8e69570b05589323f81af65fe0 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:11:14.552596+00:00", + "ended_at": "2026-05-19T16:11:18.848409+00:00", + "elapsed_ms": 4295.78, + "returncode": 1, + "prompt_metrics": { + "chars": 68503, + "bytes_utf8": 68503, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..1fa9878c9a19c7edac74f9eba64b9f7e91f764cf --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "primary_family": "subgroup_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=ay_003, measure_col=ag_004.", + "planned_template_id": "tpl_h2o_group_sum", + "bindings": { + "group_col": "ay_003", + "measure_col": "ag_004", + "top_k": 18, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 10305.04, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..1fa9878c9a19c7edac74f9eba64b9f7e91f764cf --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "primary_family": "subgroup_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=ay_003, measure_col=ag_004.", + "planned_template_id": "tpl_h2o_group_sum", + "bindings": { + "group_col": "ay_003", + "measure_col": "ag_004", + "top_k": 18, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 10305.04, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0127edb03b44f7027d32d5bfbb4e8e9de245699 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4101-6415-7c80-b8ce-3134668b96b4"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..9dfb6f028039f09b760f364a96308c7ca6b3ed34 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4101-6415-7c80-b8ce-3134668b96b4"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..02cd18fbb22461f48bac4a16a3a343b93a0e23b5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4101-73ef-7421-ba4c-a4ffb3675471"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f84eb3c734ae4ad4de0dfef6a59904975de68fa --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4101-73ef-7421-ba4c-a4ffb3675471"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_9e39e57b0ff07d43/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..d11cc2441b55913f4d6aabe52f372899af5b2d80 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:24:29.677019+00:00", + "ended_at": "2026-05-19T16:24:33.023888+00:00", + "elapsed_ms": 3346.81, + "returncode": 1, + "prompt_metrics": { + "chars": 68678, + "bytes_utf8": 68678, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..edcbb86a0f2049ec4c6b3049b322174a479d7f4a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:24:34.028419+00:00", + "ended_at": "2026-05-19T16:24:37.667229+00:00", + "elapsed_ms": 3638.76, + "returncode": 1, + "prompt_metrics": { + "chars": 68678, + "bytes_utf8": 68678, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..33d44884d0ae10a8de2347ca934851a95f783e02 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role ranked_signal_view. Focus on group_col=cs_008, measure_col=cm_000.", + "planned_template_id": "tpl_grouped_percentile_point", + "bindings": { + "group_col": "cs_008", + "measure_col": "cm_000", + "top_k": 18, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 428.8, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..33d44884d0ae10a8de2347ca934851a95f783e02 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role ranked_signal_view. Focus on group_col=cs_008, measure_col=cm_000.", + "planned_template_id": "tpl_grouped_percentile_point", + "bindings": { + "group_col": "cs_008", + "measure_col": "cm_000", + "top_k": 18, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 428.8, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..127f014b496b9f92adc7e34bf985cb5ee34441b6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410d-9651-7232-94b7-50e872f99161"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..79b5173940b7c68d833dd2dcf1262ba1de226c21 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410d-9651-7232-94b7-50e872f99161"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..092cab11e5ba130301e0fac0cc79666059e53e07 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410d-a778-7353-bbf6-83efae9cf3c8"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f7d80711474b888c9dc70fd6c21e3f76aa90e01 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410d-a778-7353-bbf6-83efae9cf3c8"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a160eb2299f46d84/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..9a43bf122e065f5d99969883e200c629cac3a0fd --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:17:02.368156+00:00", + "ended_at": "2026-05-19T16:17:05.974793+00:00", + "elapsed_ms": 3606.59, + "returncode": 1, + "prompt_metrics": { + "chars": 68810, + "bytes_utf8": 68810, + "lines": 2152, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..a921b918da7f6791507d837f4270a7eea670cb8e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:17:06.978784+00:00", + "ended_at": "2026-05-19T16:17:10.607950+00:00", + "elapsed_ms": 3629.11, + "returncode": 1, + "prompt_metrics": { + "chars": 68810, + "bytes_utf8": 68810, + "lines": 2152, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..f201dc85a951c63fff090f12517dda30265fc198 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2152 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_c2_filtered_group_count_2d", + "template_name": "Filtered Two-Dimensional Group Count", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;", + "required_roles": [ + "group_col", + "group_col_2", + "predicate_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Filtered Two-Dimensional Group Count to probe slice_level_consistency with semantic role count_distribution. Focus on group_col=ae_000, group_col_2=bf_000.", + "planned_template_id": "tpl_c2_filtered_group_count_2d", + "bindings": { + "group_col": "ae_000", + "group_col_2": "bf_000", + "predicate_col": "az_009", + "predicate_op": ">=", + "predicate_value": 1208.0, + "top_k": 12, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 830.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..f201dc85a951c63fff090f12517dda30265fc198 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2152 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_c2_filtered_group_count_2d", + "template_name": "Filtered Two-Dimensional Group Count", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;", + "required_roles": [ + "group_col", + "group_col_2", + "predicate_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Filtered Two-Dimensional Group Count to probe slice_level_consistency with semantic role count_distribution. Focus on group_col=ae_000, group_col_2=bf_000.", + "planned_template_id": "tpl_c2_filtered_group_count_2d", + "bindings": { + "group_col": "ae_000", + "group_col_2": "bf_000", + "predicate_col": "az_009", + "predicate_op": ">=", + "predicate_value": 1208.0, + "top_k": 12, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 830.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..6483a4c29bba4fb05817f7854e4c0e2ef3362c87 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4106-c31b-7123-a047-134888a572b9"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f4d06e188564b37746e2f553ecc412e254e0823 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4106-c31b-7123-a047-134888a572b9"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..af7912f34d4715e87e33a9424bdfdf1ce0abefaa --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4106-d515-7ef2-866d-cf3acc746a26"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..c80cca7cc5608809e72d84f1ae7312522600ac05 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4106-d515-7ef2-866d-cf3acc746a26"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_a52d547b2d2f27ce/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa1475a2f37be611/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa1475a2f37be611/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..e4a8907ad6e01e427cb33c3918b5f406ad2dc6b6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa1475a2f37be611/run_manifest.json @@ -0,0 +1,69 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:25:25.332362+00:00", + "ended_at": "2026-05-19T16:25:33.349720+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_aa1475a2f37be611", + "problem_id": "v2p_n18_cd8f1ab1d8eea91d", + "dataset_id": "n18", + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "family_id": "tail_rarity_structure", + "canonical_subitem_id": "tail_concentration_consistency", + "intended_facet_id": "rare_target_concentration", + "variant_semantic_role": "focused_target_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role focused_target_view. Focus on group_col=db_000, measure_col=cn_002.", + "bindings": { + "group_col": "db_000", + "measure_col": "cn_002", + "top_k": 16, + "top_n": 7, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 12392.72, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "notes": [ + "default_facets=rare_target_concentration", + "template_selection_mode=rule", + "problem_index_within_template=8", + "sql_variant_index=2/2", + "binding_index=91" + ], + "template_selection_mode": "rule", + "selected_template_rank": 8, + "problem_index_within_template": 8, + "sql_variant_index": 2, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa1475a2f37be611/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa1475a2f37be611/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3a6b764f0b1462b678960494ef4bbdb62ad33d7a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa1475a2f37be611/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:25:29.013185+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3637.0, "started_at": "2026-05-19T16:25:25.374914+00:00", "ended_at": "2026-05-19T16:25:29.011966+00:00", "prompt_metrics": {"chars": 68683, "bytes_utf8": 68683, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410e-6ff8-7ad3-bde2-7ce76fa326cd\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:25:33.349533+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3331.43, "started_at": "2026-05-19T16:25:30.016099+00:00", "ended_at": "2026-05-19T16:25:33.347584+00:00", "prompt_metrics": {"chars": 68683, "bytes_utf8": 68683, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410e-8223-78b2-883d-e1576b2507a0\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..df56d4771be5db14c7555857629f2071fb6f1945 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:21:04.045274+00:00", + "ended_at": "2026-05-19T16:21:07.191725+00:00", + "elapsed_ms": 3146.42, + "returncode": 1, + "prompt_metrics": { + "chars": 69059, + "bytes_utf8": 69059, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..3e4685883c62ade2c4d1fcc0242aae92bbd2db6f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:21:08.194695+00:00", + "ended_at": "2026-05-19T16:21:11.434768+00:00", + "elapsed_ms": 3240.04, + "returncode": 1, + "prompt_metrics": { + "chars": 69059, + "bytes_utf8": 69059, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f95f6a90d21a7abeb2763f0c9383a97179c29f7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role filtered_stable_view. Focus on group_col=aj_000, measure_col=bz_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "aj_000", + "measure_col": "bz_000", + "top_k": 16, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 131783.6, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f95f6a90d21a7abeb2763f0c9383a97179c29f7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role filtered_stable_view. Focus on group_col=aj_000, measure_col=bz_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "aj_000", + "measure_col": "bz_000", + "top_k": 16, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 131783.6, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb89110005e4a40c7532221be673cf0508f1c516 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410a-72a8-7780-a898-ecac6c5bcf37"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c20c84d0e3f6b518c73dd013ba77361a42a4681 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410a-72a8-7780-a898-ecac6c5bcf37"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e351092d6ab46f01460cee973c1fbeca64ba5c0 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410a-82ef-75b3-9faa-0ef2c94905b0"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..90e3753c804335a1413ded11c3fb5466ba617bec --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410a-82ef-75b3-9faa-0ef2c94905b0"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aa57c14536da8962/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..d43363041dde6a53b1a9b367504365d676f8401d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:29:50.083767+00:00", + "ended_at": "2026-05-19T16:29:53.569516+00:00", + "elapsed_ms": 3485.7, + "returncode": 1, + "prompt_metrics": { + "chars": 68492, + "bytes_utf8": 68492, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..760f6c6f9faeac0afce9657f108ac844f40169b7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:29:54.575055+00:00", + "ended_at": "2026-05-19T16:29:58.286103+00:00", + "elapsed_ms": 3710.99, + "returncode": 1, + "prompt_metrics": { + "chars": 68492, + "bytes_utf8": 68492, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..c099aaf1984bf98623cfc05cb4f413b93694aa63 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Low-Support Group Count to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=ab_000.", + "planned_template_id": "tpl_tail_low_support_group_count_v2", + "bindings": { + "group_col": "ab_000", + "top_k": 11, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 270.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..c099aaf1984bf98623cfc05cb4f413b93694aa63 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Low-Support Group Count to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=ab_000.", + "planned_template_id": "tpl_tail_low_support_group_count_v2", + "bindings": { + "group_col": "ab_000", + "top_k": 11, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 270.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..89dca2bcebb53216e343b94ba3b4b56b76c440c6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4112-79f1-7ce0-85cf-633428d417dc"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..391c96931a93c3b30d5e3a8447ee6160759067fd --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4112-79f1-7ce0-85cf-633428d417dc"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..70b6552683f941f98aaaf283e1170bdd85b7fa0c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4112-8b7b-74a1-b2ab-c6096f0261c0"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..af5335f9c91568bd5ba013346851f7ce4901eefb --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4112-8b7b-74a1-b2ab-c6096f0261c0"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aafd5545fe38205a/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac0b891cca88df15/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac0b891cca88df15/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..f1234b1d15e450682da24bb861a1c2807c1b845b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac0b891cca88df15/run_manifest.json @@ -0,0 +1,71 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:13:40.008821+00:00", + "ended_at": "2026-05-19T16:13:47.069570+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_ac0b891cca88df15", + "problem_id": "v2p_n18_2d5a5571af897274", + "dataset_id": "n18", + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "family_id": "conditional_dependency_structure", + "canonical_subitem_id": "dependency_strength_similarity", + "intended_facet_id": "pairwise_conditional_dependency", + "variant_semantic_role": "focused_target_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role focused_target_view. Focus on group_col=aj_000, measure_col=ay_004.", + "bindings": { + "group_col": "aj_000", + "measure_col": "ay_004", + "item_col": "au_000", + "top_k": 18, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 9916.72, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "item_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "notes": [ + "default_facets=pairwise_conditional_dependency", + "template_selection_mode=rule", + "problem_index_within_template=5", + "sql_variant_index=2/2", + "binding_index=28" + ], + "template_selection_mode": "rule", + "selected_template_rank": 3, + "problem_index_within_template": 5, + "sql_variant_index": 2, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac0b891cca88df15/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac0b891cca88df15/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..44c1170a05e859835c50a0eeea721c1f39718fd9 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac0b891cca88df15/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:13:43.026147+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 2990.77, "started_at": "2026-05-19T16:13:40.034489+00:00", "ended_at": "2026-05-19T16:13:43.025290+00:00", "prompt_metrics": {"chars": 68906, "bytes_utf8": 68906, "lines": 2150, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4103-ac41-7872-a36a-245f0f4c236f\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:13:47.069372+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3037.34, "started_at": "2026-05-19T16:13:44.030551+00:00", "ended_at": "2026-05-19T16:13:47.067929+00:00", "prompt_metrics": {"chars": 68906, "bytes_utf8": 68906, "lines": 2150, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4103-bbe9-7863-b3b8-9daa49b1051b\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..36939b4bdc3e6b814c8527a6270784a840ec45a9 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:32:28.109346+00:00", + "ended_at": "2026-05-19T16:32:31.753892+00:00", + "elapsed_ms": 3644.51, + "returncode": 1, + "prompt_metrics": { + "chars": 68587, + "bytes_utf8": 68587, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..5aaba3a9a693ddbfd947eeebcf64ac9397c9306b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:32:32.759757+00:00", + "ended_at": "2026-05-19T16:32:36.352117+00:00", + "elapsed_ms": 3592.29, + "returncode": 1, + "prompt_metrics": { + "chars": 68587, + "bytes_utf8": 68587, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..223fdf0d4fbc0185ae1e3ec15799950389ebd9b7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Window Partition Average to probe slice_level_consistency with semantic role ranked_signal_view. Focus on group_col=ch_000, measure_col=dx_000.", + "planned_template_id": "tpl_m4_window_partition_avg", + "bindings": { + "group_col": "ch_000", + "measure_col": "dx_000", + "top_k": 19, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 21913.52, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..223fdf0d4fbc0185ae1e3ec15799950389ebd9b7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Window Partition Average to probe slice_level_consistency with semantic role ranked_signal_view. Focus on group_col=ch_000, measure_col=dx_000.", + "planned_template_id": "tpl_m4_window_partition_avg", + "bindings": { + "group_col": "ch_000", + "measure_col": "dx_000", + "top_k": 19, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 21913.52, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e2452ef85d2a24ce6aef4f9b3e36f0205bb5d3d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4114-e340-78f0-bd4d-8a5e88fdd0d3"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ac41d4acaf70aceb7b70c405b2dfe0b29cccc8b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4114-e340-78f0-bd4d-8a5e88fdd0d3"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..03ea7477ef6f3e981a9202a030567ee05576a5c9 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4114-f565-7772-ab85-f36553d8e712"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..61a43aeb9be3b4877497299817be7d6a8ef1f08f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4114-f565-7772-ab85-f36553d8e712"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ac1fe773f7c98809/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aef3279937e7e2c3/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aef3279937e7e2c3/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..fe206d957c1dc3aba294b55cdb3bd6677a9c42d2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aef3279937e7e2c3/run_manifest.json @@ -0,0 +1,72 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:27:23.756106+00:00", + "ended_at": "2026-05-19T16:27:32.067572+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_aef3279937e7e2c3", + "problem_id": "v2p_n18_b73dfbe914a070f0", + "dataset_id": "n18", + "template_id": "tpl_m4_group_condition_rate", + "template_name": "Grouped Condition Rate", + "family_id": "conditional_dependency_structure", + "canonical_subitem_id": "dependency_strength_similarity", + "intended_facet_id": "pairwise_conditional_dependency", + "variant_semantic_role": "focused_target_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Condition Rate to probe dependency_strength_similarity with semantic role focused_target_view. Focus on group_col=aj_000, condition_col=class.", + "bindings": { + "group_col": "aj_000", + "condition_col": "class", + "condition_value": "pos", + "positive_value": "neg", + "negative_value": "pos", + "top_k": 15, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 230.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "condition_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;", + "notes": [ + "default_facets=pairwise_conditional_dependency", + "template_selection_mode=rule", + "problem_index_within_template=5", + "sql_variant_index=2/2", + "binding_index=100" + ], + "template_selection_mode": "rule", + "selected_template_rank": 9, + "problem_index_within_template": 5, + "sql_variant_index": 2, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aef3279937e7e2c3/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aef3279937e7e2c3/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a22d5aa2c16c0be56330cb5aea78fdc0a3bdf41e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aef3279937e7e2c3/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:27:27.537928+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3739.79, "started_at": "2026-05-19T16:27:23.796786+00:00", "ended_at": "2026-05-19T16:27:27.536620+00:00", "prompt_metrics": {"chars": 68750, "bytes_utf8": 68750, "lines": 2151, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4110-3e94-76f3-8cee-45139ec7ea9f\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:27:32.067457+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3525.44, "started_at": "2026-05-19T16:27:28.540767+00:00", "ended_at": "2026-05-19T16:27:32.066260+00:00", "prompt_metrics": {"chars": 68750, "bytes_utf8": 68750, "lines": 2151, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4110-5125-7ae1-83a2-0aba69ec79f4\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..19023b241cefdeff4cc648687a0787a47e4f829c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:22:51.936435+00:00", + "ended_at": "2026-05-19T16:22:55.486148+00:00", + "elapsed_ms": 3549.66, + "returncode": 1, + "prompt_metrics": { + "chars": 69058, + "bytes_utf8": 69058, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..50515c23cc77878818a3ba8f9a56ba3120e95ba0 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:22:56.490431+00:00", + "ended_at": "2026-05-19T16:22:59.910165+00:00", + "elapsed_ms": 3419.68, + "returncode": 1, + "prompt_metrics": { + "chars": 69058, + "bytes_utf8": 69058, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..b41b1ad09818824f4f6a16bc383e8ee43d62b5cf --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=az_009, measure_col=ce_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "az_009", + "measure_col": "ce_000", + "top_k": 16, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 42451.36, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..b41b1ad09818824f4f6a16bc383e8ee43d62b5cf --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role count_distribution. Focus on group_col=az_009, measure_col=ce_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "az_009", + "measure_col": "ce_000", + "top_k": 16, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 42451.36, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..a421348f362c627e2456368342a6943ad910b42b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410c-189d-7530-8e10-a410c6e1bf0b"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..50331d47b84de2e2a94a044e8ce08b406224af87 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410c-189d-7530-8e10-a410c6e1bf0b"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..e159510f2d2f3341d622756f7d651103571be9ab --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410c-2a7b-7161-8a66-b8a850fb573c"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..05697bfbe7ccc77442130ea6896990b6d91bd67c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410c-2a7b-7161-8a66-b8a850fb573c"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_aff13ad6e342955c/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6a43bc198b71a8a/final_answer.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6a43bc198b71a8a/final_answer.txt new file mode 100644 index 0000000000000000000000000000000000000000..75533e5626dd1cbc941fa2195083604bbac9646b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6a43bc198b71a8a/final_answer.txt @@ -0,0 +1 @@ +{"row_count": null, "preview_rows": [{"value_label": "0", "support": 17835, "support_share": 0.23467105263157895, "cumulative_support": 17835}, {"value_label": "2", "support": 2682, "support_share": 0.03528947368421052, "cumulative_support": 20517}, {"value_label": "4", "support": 1733, "support_share": 0.02280263157894737, "cumulative_support": 22250}, {"value_label": "6", "support": 1392, "support_share": 0.01831578947368421, "cumulative_support": 23642}, {"value_label": "8", "support": 1152, "support_share": 0.015157894736842105, "cumulative_support": 24794}]} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6a43bc198b71a8a/generated_sql.sql b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6a43bc198b71a8a/generated_sql.sql new file mode 100644 index 0000000000000000000000000000000000000000..ad622ceb66eafc946d9b117226308fdf6fe0f804 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6a43bc198b71a8a/generated_sql.sql @@ -0,0 +1,28 @@ +-- sql_source_version: v2 +-- sql_source_label: v2_current +-- sql_source_run_id: v2_cli_20260502_081223_f +-- sql_source_dataset_id: n18 +-- family_id: cardinality_structure +-- canonical_subitem_id: support_rank_profile_consistency +-- intended_facet_id: support_concentration +-- variant_semantic_role: ranked_signal_view +-- template_id: tpl_cardinality_distinct_share_profile +-- query_record_id: v2q_n18_b6a43bc198b71a8a +-- problem_id: v2p_n18_71dcf2b9f7e076e0 +-- realization_mode: deterministic +-- source_kind: deterministic +WITH grouped AS ( + SELECT "cs_008" AS value_label, COUNT(*) AS support + FROM "n18" + GROUP BY "cs_008" +), ranked AS ( + SELECT + value_label, + support, + CAST(support AS FLOAT) / NULLIF(SUM(support) OVER (), 0) AS support_share, + SUM(support) OVER (ORDER BY support DESC, value_label ROWS UNBOUNDED PRECEDING) AS cumulative_support + FROM grouped +) +SELECT * +FROM ranked +ORDER BY support DESC, value_label; diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6a43bc198b71a8a/query_results.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6a43bc198b71a8a/query_results.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f38867ef92cc6163d2d400b96b4555412aa64379 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6a43bc198b71a8a/query_results.jsonl @@ -0,0 +1 @@ +{"node_name": "v2_template", "tool_name": "sqlite_query", "query": "-- sql_source_version: v2\n-- sql_source_label: v2_current\n-- sql_source_run_id: v2_cli_20260502_081223_f\n-- sql_source_dataset_id: n18\n-- family_id: cardinality_structure\n-- canonical_subitem_id: support_rank_profile_consistency\n-- intended_facet_id: support_concentration\n-- variant_semantic_role: ranked_signal_view\n-- template_id: tpl_cardinality_distinct_share_profile\n-- query_record_id: v2q_n18_b6a43bc198b71a8a\n-- problem_id: v2p_n18_71dcf2b9f7e076e0\n-- realization_mode: deterministic\n-- source_kind: deterministic\nWITH grouped AS (\n SELECT \"cs_008\" AS value_label, COUNT(*) AS support\n FROM \"n18\"\n GROUP BY \"cs_008\"\n), ranked AS (\n SELECT\n value_label,\n support,\n CAST(support AS FLOAT) / NULLIF(SUM(support) OVER (), 0) AS support_share,\n SUM(support) OVER (ORDER BY support DESC, value_label ROWS UNBOUNDED PRECEDING) AS cumulative_support\n FROM grouped\n)\nSELECT *\nFROM ranked\nORDER BY support DESC, value_label;", "result": "{\"query\": \"-- sql_source_version: v2\\n-- sql_source_label: v2_current\\n-- sql_source_run_id: v2_cli_20260502_081223_f\\n-- sql_source_dataset_id: n18\\n-- family_id: cardinality_structure\\n-- canonical_subitem_id: support_rank_profile_consistency\\n-- intended_facet_id: support_concentration\\n-- variant_semantic_role: ranked_signal_view\\n-- template_id: tpl_cardinality_distinct_share_profile\\n-- query_record_id: v2q_n18_b6a43bc198b71a8a\\n-- problem_id: v2p_n18_71dcf2b9f7e076e0\\n-- realization_mode: deterministic\\n-- source_kind: deterministic\\nWITH grouped AS (\\n SELECT \\\"cs_008\\\" AS value_label, COUNT(*) AS support\\n FROM \\\"n18\\\"\\n GROUP BY \\\"cs_008\\\"\\n), ranked AS (\\n SELECT\\n value_label,\\n support,\\n CAST(support AS FLOAT) / NULLIF(SUM(support) OVER (), 0) AS support_share,\\n SUM(support) OVER (ORDER BY support DESC, value_label ROWS UNBOUNDED PRECEDING) AS cumulative_support\\n FROM grouped\\n)\\nSELECT *\\nFROM ranked\\nORDER BY support DESC, value_label;\", \"columns\": [\"value_label\", \"support\", \"support_share\", \"cumulative_support\"], \"rows\": [{\"value_label\": \"0\", \"support\": 17835, \"support_share\": 0.23467105263157895, \"cumulative_support\": 17835}, {\"value_label\": \"2\", \"support\": 2682, \"support_share\": 0.03528947368421052, \"cumulative_support\": 20517}, {\"value_label\": \"4\", \"support\": 1733, \"support_share\": 0.02280263157894737, \"cumulative_support\": 22250}, {\"value_label\": \"6\", \"support\": 1392, \"support_share\": 0.01831578947368421, \"cumulative_support\": 23642}, {\"value_label\": \"8\", \"support\": 1152, \"support_share\": 0.015157894736842105, \"cumulative_support\": 24794}, {\"value_label\": \"10\", \"support\": 970, \"support_share\": 0.012763157894736843, \"cumulative_support\": 25764}, {\"value_label\": \"12\", \"support\": 872, \"support_share\": 0.011473684210526316, \"cumulative_support\": 26636}, {\"value_label\": \"\", \"support\": 858, \"support_share\": 0.011289473684210526, \"cumulative_support\": 27494}, {\"value_label\": \"14\", \"support\": 850, \"support_share\": 0.01118421052631579, \"cumulative_support\": 28344}, {\"value_label\": \"16\", \"support\": 803, \"support_share\": 0.01056578947368421, \"cumulative_support\": 29147}, {\"value_label\": \"20\", \"support\": 726, \"support_share\": 0.009552631578947368, \"cumulative_support\": 29873}, {\"value_label\": \"26\", \"support\": 706, \"support_share\": 0.009289473684210526, \"cumulative_support\": 30579}, {\"value_label\": \"18\", \"support\": 702, \"support_share\": 0.009236842105263158, \"cumulative_support\": 31281}, {\"value_label\": \"24\", \"support\": 693, \"support_share\": 0.00911842105263158, \"cumulative_support\": 31974}, {\"value_label\": \"22\", \"support\": 675, \"support_share\": 0.008881578947368421, \"cumulative_support\": 32649}, {\"value_label\": \"28\", \"support\": 657, \"support_share\": 0.008644736842105262, \"cumulative_support\": 33306}, {\"value_label\": \"36\", \"support\": 629, \"support_share\": 0.008276315789473684, \"cumulative_support\": 33935}, {\"value_label\": \"32\", \"support\": 609, \"support_share\": 0.008013157894736842, \"cumulative_support\": 34544}, {\"value_label\": \"34\", \"support\": 601, \"support_share\": 0.007907894736842105, \"cumulative_support\": 35145}, {\"value_label\": \"42\", \"support\": 592, \"support_share\": 0.007789473684210527, \"cumulative_support\": 35737}, {\"value_label\": \"30\", \"support\": 589, \"support_share\": 0.00775, \"cumulative_support\": 36326}, {\"value_label\": \"44\", \"support\": 583, \"support_share\": 0.007671052631578947, \"cumulative_support\": 36909}, {\"value_label\": \"40\", \"support\": 577, \"support_share\": 0.007592105263157895, \"cumulative_support\": 37486}, {\"value_label\": \"54\", \"support\": 565, \"support_share\": 0.00743421052631579, \"cumulative_support\": 38051}, {\"value_label\": \"38\", \"support\": 550, \"support_share\": 0.007236842105263158, \"cumulative_support\": 38601}, {\"value_label\": \"58\", \"support\": 548, \"support_share\": 0.007210526315789474, \"cumulative_support\": 39149}, {\"value_label\": \"48\", \"support\": 520, \"support_share\": 0.006842105263157895, \"cumulative_support\": 39669}, {\"value_label\": \"56\", \"support\": 517, \"support_share\": 0.006802631578947368, \"cumulative_support\": 40186}, {\"value_label\": \"50\", \"support\": 504, \"support_share\": 0.006631578947368421, \"cumulative_support\": 40690}, {\"value_label\": \"60\", \"support\": 499, \"support_share\": 0.006565789473684211, \"cumulative_support\": 41189}, {\"value_label\": \"52\", \"support\": 498, \"support_share\": 0.006552631578947368, \"cumulative_support\": 41687}, {\"value_label\": \"46\", \"support\": 488, \"support_share\": 0.006421052631578947, \"cumulative_support\": 42175}, {\"value_label\": \"78\", \"support\": 458, \"support_share\": 0.006026315789473684, \"cumulative_support\": 42633}, {\"value_label\": \"74\", \"support\": 442, \"support_share\": 0.005815789473684211, \"cumulative_support\": 43075}, {\"value_label\": \"62\", \"support\": 439, \"support_share\": 0.005776315789473684, \"cumulative_support\": 43514}, {\"value_label\": \"64\", \"support\": 436, \"support_share\": 0.005736842105263158, \"cumulative_support\": 43950}, {\"value_label\": \"68\", \"support\": 425, \"support_share\": 0.005592105263157895, \"cumulative_support\": 44375}, {\"value_label\": \"80\", \"support\": 423, \"support_share\": 0.005565789473684211, \"cumulative_support\": 44798}, {\"value_label\": \"76\", \"support\": 422, \"support_share\": 0.005552631578947368, \"cumulative_support\": 45220}, {\"value_label\": \"88\", \"support\": 422, \"support_share\": 0.005552631578947368, \"cumulative_support\": 45642}, {\"value_label\": \"92\", \"support\": 420, \"support_share\": 0.005526315789473684, \"cumulative_support\": 46062}, {\"value_label\": \"84\", \"support\": 412, \"support_share\": 0.005421052631578947, \"cumulative_support\": 46474}, {\"value_label\": \"70\", \"support\": 411, \"support_share\": 0.0054078947368421055, \"cumulative_support\": 46885}, {\"value_label\": \"66\", \"support\": 409, \"support_share\": 0.005381578947368421, \"cumulative_support\": 47294}, {\"value_label\": \"82\", \"support\": 406, \"support_share\": 0.0053421052631578946, \"cumulative_support\": 47700}, {\"value_label\": \"72\", \"support\": 393, \"support_share\": 0.005171052631578948, \"cumulative_support\": 48093}, {\"value_label\": \"96\", \"support\": 379, \"support_share\": 0.004986842105263158, \"cumulative_support\": 48472}, {\"value_label\": \"86\", \"support\": 376, \"support_share\": 0.004947368421052632, \"cumulative_support\": 48848}, {\"value_label\": \"102\", \"support\": 370, \"support_share\": 0.004868421052631579, \"cumulative_support\": 49218}, {\"value_label\": \"98\", \"support\": 362, \"support_share\": 0.004763157894736842, \"cumulative_support\": 49580}], \"row_count_returned\": 50, \"row_limit\": 50, \"truncated\": true, \"elapsed_ms\": 81.14}"} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6a43bc198b71a8a/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6a43bc198b71a8a/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..ff62152063aae4c38ae144a42c90d7ff225912ab --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6a43bc198b71a8a/run_manifest.json @@ -0,0 +1,57 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:34:17.367270+00:00", + "ended_at": "2026-05-19T16:34:17.450087+00:00", + "status": "completed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_b6a43bc198b71a8a", + "problem_id": "v2p_n18_71dcf2b9f7e076e0", + "dataset_id": "n18", + "template_id": "tpl_cardinality_distinct_share_profile", + "template_name": "Cardinality Distinct Share Profile", + "family_id": "cardinality_structure", + "canonical_subitem_id": "support_rank_profile_consistency", + "intended_facet_id": "support_concentration", + "variant_semantic_role": "ranked_signal_view", + "subitem_assignment_source": "template_fixed", + "source_kind": "deterministic", + "realization_mode": "deterministic", + "gate_priority": "deterministic", + "extended_family": true, + "question": "Use template Cardinality Distinct Share Profile to probe support_rank_profile_consistency with semantic role ranked_signal_view. Focus on group_col=cs_008.", + "bindings": { + "group_col": "cs_008" + }, + "binding_roles": [ + "group_col" + ], + "coverage_target_min": "enumerate_all_applicable", + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col} AS value_label, COUNT(*) AS support\n FROM {table}\n GROUP BY {group_col}\n), ranked AS (\n SELECT\n value_label,\n support,\n CAST(support AS FLOAT) / NULLIF(SUM(support) OVER (), 0) AS support_share,\n SUM(support) OVER (ORDER BY support DESC, value_label ROWS UNBOUNDED PRECEDING) AS cumulative_support\n FROM grouped\n)\nSELECT *\nFROM ranked\nORDER BY support DESC, value_label;", + "notes": [ + "default_facets=support_concentration,value_imbalance_profile", + "template_selection_mode=deterministic", + "problem_index_within_template=9", + "sql_variant_index=1/1" + ], + "template_selection_mode": "deterministic", + "selected_template_rank": 0, + "problem_index_within_template": 9, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "generated_sql_path": "/data/jialinzhang/TabQueryBench/sql_workloads/v2_current/runs_and_launches/runs/v2_cli_20260502_081223_f/n18/sql/v2q_n18_b6a43bc198b71a8a.sql", + "usage_summary": { + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" + } +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6a43bc198b71a8a/usage_summary.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6a43bc198b71a8a/usage_summary.json new file mode 100644 index 0000000000000000000000000000000000000000..96c9ff4feec395919fc26411d18d078b8af6e1c7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6a43bc198b71a8a/usage_summary.json @@ -0,0 +1,9 @@ +{ + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6e842fcc417b190/final_answer.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6e842fcc417b190/final_answer.txt new file mode 100644 index 0000000000000000000000000000000000000000..556cb1464adb52fcc134b1bbf36e8e75acf4e8f9 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6e842fcc417b190/final_answer.txt @@ -0,0 +1 @@ +{"row_count": null, "preview_rows": [{"value_label": "0", "support": 62125, "support_share": 0.8174342105263158, "support_rank": 1}, {"value_label": "", "support": 5102, "support_share": 0.06713157894736842, "support_rank": 2}, {"value_label": "10", "support": 883, "support_share": 0.011618421052631578, "support_rank": 3}, {"value_label": "30", "support": 480, "support_share": 0.00631578947368421, "support_rank": 4}, {"value_label": "20", "support": 463, "support_share": 0.006092105263157894, "support_rank": 5}]} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6e842fcc417b190/generated_sql.sql b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6e842fcc417b190/generated_sql.sql new file mode 100644 index 0000000000000000000000000000000000000000..e5865e8ac5186b962d6509f66da4b0058139dc4e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6e842fcc417b190/generated_sql.sql @@ -0,0 +1,25 @@ +-- sql_source_version: v2 +-- sql_source_label: v2_current +-- sql_source_run_id: v2_cli_20260502_081223_f +-- sql_source_dataset_id: n18 +-- family_id: cardinality_structure +-- canonical_subitem_id: support_rank_profile_consistency +-- intended_facet_id: support_concentration +-- variant_semantic_role: count_distribution +-- template_id: tpl_cardinality_support_rank_profile +-- query_record_id: v2q_n18_b6e842fcc417b190 +-- problem_id: v2p_n18_99f66ce8ad05024e +-- realization_mode: deterministic +-- source_kind: deterministic +WITH grouped AS ( + SELECT "dh_000" AS value_label, COUNT(*) AS support + FROM "n18" + GROUP BY "dh_000" +) +SELECT + value_label, + support, + CAST(support AS FLOAT) / NULLIF(SUM(support) OVER (), 0) AS support_share, + ROW_NUMBER() OVER (ORDER BY support DESC, value_label) AS support_rank +FROM grouped +ORDER BY support DESC, value_label; diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6e842fcc417b190/query_results.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6e842fcc417b190/query_results.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b6c0afd207432c7a4ed6a6fd64580ba3d39ee4a0 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6e842fcc417b190/query_results.jsonl @@ -0,0 +1 @@ +{"node_name": "v2_template", "tool_name": "sqlite_query", "query": "-- sql_source_version: v2\n-- sql_source_label: v2_current\n-- sql_source_run_id: v2_cli_20260502_081223_f\n-- sql_source_dataset_id: n18\n-- family_id: cardinality_structure\n-- canonical_subitem_id: support_rank_profile_consistency\n-- intended_facet_id: support_concentration\n-- variant_semantic_role: count_distribution\n-- template_id: tpl_cardinality_support_rank_profile\n-- query_record_id: v2q_n18_b6e842fcc417b190\n-- problem_id: v2p_n18_99f66ce8ad05024e\n-- realization_mode: deterministic\n-- source_kind: deterministic\nWITH grouped AS (\n SELECT \"dh_000\" AS value_label, COUNT(*) AS support\n FROM \"n18\"\n GROUP BY \"dh_000\"\n)\nSELECT\n value_label,\n support,\n CAST(support AS FLOAT) / NULLIF(SUM(support) OVER (), 0) AS support_share,\n ROW_NUMBER() OVER (ORDER BY support DESC, value_label) AS support_rank\nFROM grouped\nORDER BY support DESC, value_label;", "result": "{\"query\": \"-- sql_source_version: v2\\n-- sql_source_label: v2_current\\n-- sql_source_run_id: v2_cli_20260502_081223_f\\n-- sql_source_dataset_id: n18\\n-- family_id: cardinality_structure\\n-- canonical_subitem_id: support_rank_profile_consistency\\n-- intended_facet_id: support_concentration\\n-- variant_semantic_role: count_distribution\\n-- template_id: tpl_cardinality_support_rank_profile\\n-- query_record_id: v2q_n18_b6e842fcc417b190\\n-- problem_id: v2p_n18_99f66ce8ad05024e\\n-- realization_mode: deterministic\\n-- source_kind: deterministic\\nWITH grouped AS (\\n SELECT \\\"dh_000\\\" AS value_label, COUNT(*) AS support\\n FROM \\\"n18\\\"\\n GROUP BY \\\"dh_000\\\"\\n)\\nSELECT\\n value_label,\\n support,\\n CAST(support AS FLOAT) / NULLIF(SUM(support) OVER (), 0) AS support_share,\\n ROW_NUMBER() OVER (ORDER BY support DESC, value_label) AS support_rank\\nFROM grouped\\nORDER BY support DESC, value_label;\", \"columns\": [\"value_label\", \"support\", \"support_share\", \"support_rank\"], \"rows\": [{\"value_label\": \"0\", \"support\": 62125, \"support_share\": 0.8174342105263158, \"support_rank\": 1}, {\"value_label\": \"\", \"support\": 5102, \"support_share\": 0.06713157894736842, \"support_rank\": 2}, {\"value_label\": \"10\", \"support\": 883, \"support_share\": 0.011618421052631578, \"support_rank\": 3}, {\"value_label\": \"30\", \"support\": 480, \"support_share\": 0.00631578947368421, \"support_rank\": 4}, {\"value_label\": \"20\", \"support\": 463, \"support_share\": 0.006092105263157894, \"support_rank\": 5}, {\"value_label\": \"40\", \"support\": 432, \"support_share\": 0.00568421052631579, \"support_rank\": 6}, {\"value_label\": \"50\", \"support\": 322, \"support_share\": 0.004236842105263158, \"support_rank\": 7}, {\"value_label\": \"60\", \"support\": 258, \"support_share\": 0.0033947368421052633, \"support_rank\": 8}, {\"value_label\": \"70\", \"support\": 236, \"support_share\": 0.003105263157894737, \"support_rank\": 9}, {\"value_label\": \"80\", \"support\": 203, \"support_share\": 0.0026710526315789473, \"support_rank\": 10}, {\"value_label\": \"90\", \"support\": 202, \"support_share\": 0.002657894736842105, \"support_rank\": 11}, {\"value_label\": \"100\", \"support\": 197, \"support_share\": 0.0025921052631578947, \"support_rank\": 12}, {\"value_label\": \"110\", \"support\": 175, \"support_share\": 0.002302631578947368, \"support_rank\": 13}, {\"value_label\": \"120\", \"support\": 135, \"support_share\": 0.0017763157894736842, \"support_rank\": 14}, {\"value_label\": \"130\", \"support\": 132, \"support_share\": 0.001736842105263158, \"support_rank\": 15}, {\"value_label\": \"150\", \"support\": 103, \"support_share\": 0.0013552631578947368, \"support_rank\": 16}, {\"value_label\": \"140\", \"support\": 95, \"support_share\": 0.00125, \"support_rank\": 17}, {\"value_label\": \"160\", \"support\": 88, \"support_share\": 0.0011578947368421054, \"support_rank\": 18}, {\"value_label\": \"180\", \"support\": 68, \"support_share\": 0.0008947368421052632, \"support_rank\": 19}, {\"value_label\": \"170\", \"support\": 66, \"support_share\": 0.000868421052631579, \"support_rank\": 20}, {\"value_label\": \"190\", \"support\": 63, \"support_share\": 0.0008289473684210526, \"support_rank\": 21}, {\"value_label\": \"200\", \"support\": 57, \"support_share\": 0.00075, \"support_rank\": 22}, {\"value_label\": \"210\", \"support\": 55, \"support_share\": 0.0007236842105263158, \"support_rank\": 23}, {\"value_label\": \"230\", \"support\": 55, \"support_share\": 0.0007236842105263158, \"support_rank\": 24}, {\"value_label\": \"290\", \"support\": 53, \"support_share\": 0.0006973684210526315, \"support_rank\": 25}, {\"value_label\": \"250\", \"support\": 51, \"support_share\": 0.0006710526315789473, \"support_rank\": 26}, {\"value_label\": \"280\", \"support\": 49, \"support_share\": 0.0006447368421052632, \"support_rank\": 27}, {\"value_label\": \"310\", \"support\": 49, \"support_share\": 0.0006447368421052632, \"support_rank\": 28}, {\"value_label\": \"220\", \"support\": 48, \"support_share\": 0.0006315789473684211, \"support_rank\": 29}, {\"value_label\": \"340\", \"support\": 48, \"support_share\": 0.0006315789473684211, \"support_rank\": 30}, {\"value_label\": \"240\", \"support\": 47, \"support_share\": 0.000618421052631579, \"support_rank\": 31}, {\"value_label\": \"330\", \"support\": 46, \"support_share\": 0.0006052631578947369, \"support_rank\": 32}, {\"value_label\": \"400\", \"support\": 42, \"support_share\": 0.0005526315789473684, \"support_rank\": 33}, {\"value_label\": \"270\", \"support\": 40, \"support_share\": 0.0005263157894736842, \"support_rank\": 34}, {\"value_label\": \"300\", \"support\": 37, \"support_share\": 0.0004868421052631579, \"support_rank\": 35}, {\"value_label\": \"420\", \"support\": 37, \"support_share\": 0.0004868421052631579, \"support_rank\": 36}, {\"value_label\": \"350\", \"support\": 35, \"support_share\": 0.0004605263157894737, \"support_rank\": 37}, {\"value_label\": \"360\", \"support\": 35, \"support_share\": 0.0004605263157894737, \"support_rank\": 38}, {\"value_label\": \"380\", \"support\": 35, \"support_share\": 0.0004605263157894737, \"support_rank\": 39}, {\"value_label\": \"460\", \"support\": 35, \"support_share\": 0.0004605263157894737, \"support_rank\": 40}, {\"value_label\": \"510\", \"support\": 34, \"support_share\": 0.0004473684210526316, \"support_rank\": 41}, {\"value_label\": \"370\", \"support\": 33, \"support_share\": 0.0004342105263157895, \"support_rank\": 42}, {\"value_label\": \"450\", \"support\": 33, \"support_share\": 0.0004342105263157895, \"support_rank\": 43}, {\"value_label\": \"320\", \"support\": 31, \"support_share\": 0.00040789473684210524, \"support_rank\": 44}, {\"value_label\": \"260\", \"support\": 29, \"support_share\": 0.00038157894736842105, \"support_rank\": 45}, {\"value_label\": \"410\", \"support\": 28, \"support_share\": 0.00036842105263157896, \"support_rank\": 46}, {\"value_label\": \"500\", \"support\": 27, \"support_share\": 0.00035526315789473687, \"support_rank\": 47}, {\"value_label\": \"470\", \"support\": 26, \"support_share\": 0.0003421052631578947, \"support_rank\": 48}, {\"value_label\": \"480\", \"support\": 24, \"support_share\": 0.00031578947368421053, \"support_rank\": 49}, {\"value_label\": \"600\", \"support\": 24, \"support_share\": 0.00031578947368421053, \"support_rank\": 50}], \"row_count_returned\": 50, \"row_limit\": 50, \"truncated\": true, \"elapsed_ms\": 75.89}"} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6e842fcc417b190/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6e842fcc417b190/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..04c2e494268f92b50f5da0a5a0eb988493894e05 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6e842fcc417b190/run_manifest.json @@ -0,0 +1,57 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:34:18.342218+00:00", + "ended_at": "2026-05-19T16:34:18.419780+00:00", + "status": "completed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_b6e842fcc417b190", + "problem_id": "v2p_n18_99f66ce8ad05024e", + "dataset_id": "n18", + "template_id": "tpl_cardinality_support_rank_profile", + "template_name": "Cardinality Support Rank Profile", + "family_id": "cardinality_structure", + "canonical_subitem_id": "support_rank_profile_consistency", + "intended_facet_id": "support_concentration", + "variant_semantic_role": "count_distribution", + "subitem_assignment_source": "template_fixed", + "source_kind": "deterministic", + "realization_mode": "deterministic", + "gate_priority": "deterministic", + "extended_family": true, + "question": "Use template Cardinality Support Rank Profile to probe support_rank_profile_consistency with semantic role count_distribution. Focus on group_col=dh_000.", + "bindings": { + "group_col": "dh_000" + }, + "binding_roles": [ + "group_col" + ], + "coverage_target_min": "enumerate_all_applicable", + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col} AS value_label, COUNT(*) AS support\n FROM {table}\n GROUP BY {group_col}\n)\nSELECT\n value_label,\n support,\n CAST(support AS FLOAT) / NULLIF(SUM(support) OVER (), 0) AS support_share,\n ROW_NUMBER() OVER (ORDER BY support DESC, value_label) AS support_rank\nFROM grouped\nORDER BY support DESC, value_label;", + "notes": [ + "default_facets=support_concentration,value_imbalance_profile", + "template_selection_mode=deterministic", + "problem_index_within_template=11", + "sql_variant_index=1/1" + ], + "template_selection_mode": "deterministic", + "selected_template_rank": 0, + "problem_index_within_template": 11, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "generated_sql_path": "/data/jialinzhang/TabQueryBench/sql_workloads/v2_current/runs_and_launches/runs/v2_cli_20260502_081223_f/n18/sql/v2q_n18_b6e842fcc417b190.sql", + "usage_summary": { + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" + } +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6e842fcc417b190/usage_summary.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6e842fcc417b190/usage_summary.json new file mode 100644 index 0000000000000000000000000000000000000000..96c9ff4feec395919fc26411d18d078b8af6e1c7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b6e842fcc417b190/usage_summary.json @@ -0,0 +1,9 @@ +{ + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b734fe7c711bbaa7/final_answer.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b734fe7c711bbaa7/final_answer.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf9b0f5b467876ff894707917c59cf247d0becac --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b734fe7c711bbaa7/final_answer.txt @@ -0,0 +1 @@ +{"row_count": null, "preview_rows": [{"class": "neg", "total_rows": 74625, "missing_rows": 0, "missing_rate": 0.0}, {"class": "pos", "total_rows": 1375, "missing_rows": 0, "missing_rate": 0.0}]} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b734fe7c711bbaa7/generated_sql.sql b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b734fe7c711bbaa7/generated_sql.sql new file mode 100644 index 0000000000000000000000000000000000000000..5ba6f97f33f5a7765eba3728b45ff6db1aa46560 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b734fe7c711bbaa7/generated_sql.sql @@ -0,0 +1,21 @@ +-- sql_source_version: v2 +-- sql_source_label: v2_current +-- sql_source_run_id: v2_cli_20260502_081223_f +-- sql_source_dataset_id: n18 +-- family_id: missingness_structure +-- canonical_subitem_id: co_missingness_pattern_consistency +-- intended_facet_id: missing_target_interaction +-- variant_semantic_role: missing_target_interaction +-- template_id: tpl_missing_target_interaction +-- query_record_id: v2q_n18_b734fe7c711bbaa7 +-- problem_id: v2p_n18_b1f1748e6f17fbbc +-- realization_mode: deterministic +-- source_kind: deterministic +SELECT + "class", + COUNT(*) AS total_rows, + SUM(CASE WHEN "au_000" IS NULL THEN 1 ELSE 0 END) AS missing_rows, + AVG(CASE WHEN "au_000" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate +FROM "n18" +GROUP BY "class" +ORDER BY missing_rate DESC, total_rows DESC; diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b734fe7c711bbaa7/query_results.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b734fe7c711bbaa7/query_results.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..dbecc7363f20d5ef1eb3d65a4bfc89c2c75bc329 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b734fe7c711bbaa7/query_results.jsonl @@ -0,0 +1 @@ +{"node_name": "v2_template", "tool_name": "sqlite_query", "query": "-- sql_source_version: v2\n-- sql_source_label: v2_current\n-- sql_source_run_id: v2_cli_20260502_081223_f\n-- sql_source_dataset_id: n18\n-- family_id: missingness_structure\n-- canonical_subitem_id: co_missingness_pattern_consistency\n-- intended_facet_id: missing_target_interaction\n-- variant_semantic_role: missing_target_interaction\n-- template_id: tpl_missing_target_interaction\n-- query_record_id: v2q_n18_b734fe7c711bbaa7\n-- problem_id: v2p_n18_b1f1748e6f17fbbc\n-- realization_mode: deterministic\n-- source_kind: deterministic\nSELECT\n \"class\",\n COUNT(*) AS total_rows,\n SUM(CASE WHEN \"au_000\" IS NULL THEN 1 ELSE 0 END) AS missing_rows,\n AVG(CASE WHEN \"au_000\" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\nFROM \"n18\"\nGROUP BY \"class\"\nORDER BY missing_rate DESC, total_rows DESC;", "result": "{\"query\": \"-- sql_source_version: v2\\n-- sql_source_label: v2_current\\n-- sql_source_run_id: v2_cli_20260502_081223_f\\n-- sql_source_dataset_id: n18\\n-- family_id: missingness_structure\\n-- canonical_subitem_id: co_missingness_pattern_consistency\\n-- intended_facet_id: missing_target_interaction\\n-- variant_semantic_role: missing_target_interaction\\n-- template_id: tpl_missing_target_interaction\\n-- query_record_id: v2q_n18_b734fe7c711bbaa7\\n-- problem_id: v2p_n18_b1f1748e6f17fbbc\\n-- realization_mode: deterministic\\n-- source_kind: deterministic\\nSELECT\\n \\\"class\\\",\\n COUNT(*) AS total_rows,\\n SUM(CASE WHEN \\\"au_000\\\" IS NULL THEN 1 ELSE 0 END) AS missing_rows,\\n AVG(CASE WHEN \\\"au_000\\\" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\\nFROM \\\"n18\\\"\\nGROUP BY \\\"class\\\"\\nORDER BY missing_rate DESC, total_rows DESC;\", \"columns\": [\"class\", \"total_rows\", \"missing_rows\", \"missing_rate\"], \"rows\": [{\"class\": \"neg\", \"total_rows\": 74625, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"class\": \"pos\", \"total_rows\": 1375, \"missing_rows\": 0, \"missing_rate\": 0.0}], \"row_count_returned\": 2, \"row_limit\": 50, \"truncated\": false, \"elapsed_ms\": 58.52}"} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b734fe7c711bbaa7/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b734fe7c711bbaa7/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..535cc2615abc3a9e59807b96807fb7b5f70a90aa --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b734fe7c711bbaa7/run_manifest.json @@ -0,0 +1,59 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:34:16.125233+00:00", + "ended_at": "2026-05-19T16:34:16.185100+00:00", + "status": "completed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_b734fe7c711bbaa7", + "problem_id": "v2p_n18_b1f1748e6f17fbbc", + "dataset_id": "n18", + "template_id": "tpl_missing_target_interaction", + "template_name": "Missingness-Target Interaction", + "family_id": "missingness_structure", + "canonical_subitem_id": "co_missingness_pattern_consistency", + "intended_facet_id": "missing_target_interaction", + "variant_semantic_role": "missing_target_interaction", + "subitem_assignment_source": "template_fixed", + "source_kind": "deterministic", + "realization_mode": "deterministic", + "gate_priority": "deterministic", + "extended_family": false, + "question": "Use template Missingness-Target Interaction to probe co_missingness_pattern_consistency with semantic role missing_target_interaction. Focus on target_col=class, missing_col=au_000.", + "bindings": { + "missing_col": "au_000", + "target_col": "class" + }, + "binding_roles": [ + "missing_col", + "target_col" + ], + "coverage_target_min": "enumerate_all_applicable", + "runtime_sql_skeleton": "SELECT\n {target_col},\n COUNT(*) AS total_rows,\n SUM(CASE WHEN {missing_col} IS NULL THEN 1 ELSE 0 END) AS missing_rows,\n AVG(CASE WHEN {missing_col} IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\nFROM {table}\nGROUP BY {target_col}\nORDER BY missing_rate DESC, total_rows DESC;", + "notes": [ + "default_facets=missing_rate_by_subgroup,missing_target_interaction", + "template_selection_mode=deterministic", + "problem_index_within_template=3", + "sql_variant_index=1/1" + ], + "template_selection_mode": "deterministic", + "selected_template_rank": 0, + "problem_index_within_template": 3, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "generated_sql_path": "/data/jialinzhang/TabQueryBench/sql_workloads/v2_current/runs_and_launches/runs/v2_cli_20260502_081223_f/n18/sql/v2q_n18_b734fe7c711bbaa7.sql", + "usage_summary": { + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" + } +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b734fe7c711bbaa7/usage_summary.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b734fe7c711bbaa7/usage_summary.json new file mode 100644 index 0000000000000000000000000000000000000000..96c9ff4feec395919fc26411d18d078b8af6e1c7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b734fe7c711bbaa7/usage_summary.json @@ -0,0 +1,9 @@ +{ + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b93fa041cf8248a2/final_answer.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b93fa041cf8248a2/final_answer.txt new file mode 100644 index 0000000000000000000000000000000000000000..eda4c664b334d35caf69904bc5719d2f4ad0e669 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b93fa041cf8248a2/final_answer.txt @@ -0,0 +1 @@ +{"row_count": null, "preview_rows": [{"ag_006": "0", "support": 1564, "avg_response": 116342.41687979539}, {"ag_006": "", "support": 860, "avg_response": 51959.43488372093}, {"ag_006": "1002", "support": 25, "avg_response": 287.76}, {"ag_006": "1046", "support": 22, "avg_response": 297.90909090909093}, {"ag_006": "1068", "support": 21, "avg_response": 459.42857142857144}]} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b93fa041cf8248a2/generated_sql.sql b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b93fa041cf8248a2/generated_sql.sql new file mode 100644 index 0000000000000000000000000000000000000000..93db6f89d143c1af20c367c8b49a137b82200e2c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b93fa041cf8248a2/generated_sql.sql @@ -0,0 +1,21 @@ +-- sql_source_version: v2 +-- sql_source_label: v2_current +-- sql_source_run_id: v2_cli_20260502_081223_f +-- sql_source_dataset_id: n18 +-- family_id: cardinality_structure +-- canonical_subitem_id: high_cardinality_response_stability +-- intended_facet_id: target_cardinality_cross_section +-- variant_semantic_role: focused_target_view +-- template_id: tpl_cardinality_high_card_response_stability +-- query_record_id: v2q_n18_b93fa041cf8248a2 +-- problem_id: v2p_n18_de58fd927b068ecf +-- realization_mode: deterministic +-- source_kind: deterministic +SELECT + "ag_006", + COUNT(*) AS support, + AVG("aa_000") AS avg_response +FROM "n18" +GROUP BY "ag_006" +HAVING COUNT(*) >= 5.0 +ORDER BY support DESC, avg_response DESC; diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b93fa041cf8248a2/query_results.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b93fa041cf8248a2/query_results.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..535637233d77eb07b12ba34f0e609c7b9a6b3a48 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b93fa041cf8248a2/query_results.jsonl @@ -0,0 +1 @@ +{"node_name": "v2_template", "tool_name": "sqlite_query", "query": "-- sql_source_version: v2\n-- sql_source_label: v2_current\n-- sql_source_run_id: v2_cli_20260502_081223_f\n-- sql_source_dataset_id: n18\n-- family_id: cardinality_structure\n-- canonical_subitem_id: high_cardinality_response_stability\n-- intended_facet_id: target_cardinality_cross_section\n-- variant_semantic_role: focused_target_view\n-- template_id: tpl_cardinality_high_card_response_stability\n-- query_record_id: v2q_n18_b93fa041cf8248a2\n-- problem_id: v2p_n18_de58fd927b068ecf\n-- realization_mode: deterministic\n-- source_kind: deterministic\nSELECT\n \"ag_006\",\n COUNT(*) AS support,\n AVG(\"aa_000\") AS avg_response\nFROM \"n18\"\nGROUP BY \"ag_006\"\nHAVING COUNT(*) >= 5.0\nORDER BY support DESC, avg_response DESC;", "result": "{\"query\": \"-- sql_source_version: v2\\n-- sql_source_label: v2_current\\n-- sql_source_run_id: v2_cli_20260502_081223_f\\n-- sql_source_dataset_id: n18\\n-- family_id: cardinality_structure\\n-- canonical_subitem_id: high_cardinality_response_stability\\n-- intended_facet_id: target_cardinality_cross_section\\n-- variant_semantic_role: focused_target_view\\n-- template_id: tpl_cardinality_high_card_response_stability\\n-- query_record_id: v2q_n18_b93fa041cf8248a2\\n-- problem_id: v2p_n18_de58fd927b068ecf\\n-- realization_mode: deterministic\\n-- source_kind: deterministic\\nSELECT\\n \\\"ag_006\\\",\\n COUNT(*) AS support,\\n AVG(\\\"aa_000\\\") AS avg_response\\nFROM \\\"n18\\\"\\nGROUP BY \\\"ag_006\\\"\\nHAVING COUNT(*) >= 5.0\\nORDER BY support DESC, avg_response DESC;\", \"columns\": [\"ag_006\", \"support\", \"avg_response\"], \"rows\": [{\"ag_006\": \"0\", \"support\": 1564, \"avg_response\": 116342.41687979539}, {\"ag_006\": \"\", \"support\": 860, \"avg_response\": 51959.43488372093}, {\"ag_006\": \"1002\", \"support\": 25, \"avg_response\": 287.76}, {\"ag_006\": \"1046\", \"support\": 22, \"avg_response\": 297.90909090909093}, {\"ag_006\": \"1068\", \"support\": 21, \"avg_response\": 459.42857142857144}, {\"ag_006\": \"2138\", \"support\": 20, \"avg_response\": 4516.0}, {\"ag_006\": \"1784\", \"support\": 20, \"avg_response\": 546.8}, {\"ag_006\": \"1028\", \"support\": 20, \"avg_response\": 343.3}, {\"ag_006\": \"2084\", \"support\": 20, \"avg_response\": 133.0}, {\"ag_006\": \"2188\", \"support\": 19, \"avg_response\": 556.3157894736842}, {\"ag_006\": \"1098\", \"support\": 19, \"avg_response\": 459.1578947368421}, {\"ag_006\": \"2554\", \"support\": 19, \"avg_response\": 36.94736842105263}, {\"ag_006\": \"2556\", \"support\": 18, \"avg_response\": 4681.333333333333}, {\"ag_006\": \"1786\", \"support\": 18, \"avg_response\": 1078.5555555555557}, {\"ag_006\": \"1010\", \"support\": 18, \"avg_response\": 647.3333333333334}, {\"ag_006\": \"1036\", \"support\": 18, \"avg_response\": 270.77777777777777}, {\"ag_006\": \"2112\", \"support\": 18, \"avg_response\": 266.0}, {\"ag_006\": \"1904\", \"support\": 17, \"avg_response\": 3287.176470588235}, {\"ag_006\": \"1808\", \"support\": 17, \"avg_response\": 2699.0588235294117}, {\"ag_006\": \"2080\", \"support\": 17, \"avg_response\": 2573.764705882353}, {\"ag_006\": \"1052\", \"support\": 17, \"avg_response\": 664.5882352941177}, {\"ag_006\": \"972\", \"support\": 17, \"avg_response\": 485.1764705882353}, {\"ag_006\": \"982\", \"support\": 17, \"avg_response\": 481.29411764705884}, {\"ag_006\": \"1042\", \"support\": 17, \"avg_response\": 466.70588235294116}, {\"ag_006\": \"2032\", \"support\": 17, \"avg_response\": 265.4117647058824}, {\"ag_006\": \"1860\", \"support\": 17, \"avg_response\": 198.94117647058823}, {\"ag_006\": \"2306\", \"support\": 17, \"avg_response\": 137.52941176470588}, {\"ag_006\": \"2110\", \"support\": 17, \"avg_response\": 61.76470588235294}, {\"ag_006\": \"1848\", \"support\": 17, \"avg_response\": 60.8235294117647}, {\"ag_006\": \"1804\", \"support\": 17, \"avg_response\": 33.05882352941177}, {\"ag_006\": \"2060\", \"support\": 16, \"avg_response\": 3229.875}, {\"ag_006\": \"2054\", \"support\": 16, \"avg_response\": 2871.125}, {\"ag_006\": \"2204\", \"support\": 16, \"avg_response\": 2690.125}, {\"ag_006\": \"1384\", \"support\": 16, \"avg_response\": 1001.875}, {\"ag_006\": \"1058\", \"support\": 16, \"avg_response\": 398.25}, {\"ag_006\": \"1112\", \"support\": 16, \"avg_response\": 302.25}, {\"ag_006\": \"990\", \"support\": 16, \"avg_response\": 283.0}, {\"ag_006\": \"2674\", \"support\": 16, \"avg_response\": 215.25}, {\"ag_006\": \"1824\", \"support\": 16, \"avg_response\": 183.875}, {\"ag_006\": \"1018\", \"support\": 16, \"avg_response\": 182.5}, {\"ag_006\": \"2438\", \"support\": 16, \"avg_response\": 181.25}, {\"ag_006\": \"1136\", \"support\": 16, \"avg_response\": 173.5}, {\"ag_006\": \"2158\", \"support\": 16, \"avg_response\": 164.25}, {\"ag_006\": \"1074\", \"support\": 16, \"avg_response\": 117.0}, {\"ag_006\": \"1742\", \"support\": 16, \"avg_response\": 108.25}, {\"ag_006\": \"1682\", \"support\": 16, \"avg_response\": 104.375}, {\"ag_006\": \"1044\", \"support\": 16, \"avg_response\": 20.25}, {\"ag_006\": \"2666\", \"support\": 15, \"avg_response\": 3034.9333333333334}, {\"ag_006\": \"2164\", \"support\": 15, \"avg_response\": 2583.2}, {\"ag_006\": \"1124\", \"support\": 15, \"avg_response\": 1529.8666666666666}], \"row_count_returned\": 50, \"row_limit\": 50, \"truncated\": true, \"elapsed_ms\": 95.93}"} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b93fa041cf8248a2/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b93fa041cf8248a2/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..e9ed1238eb605df49413596d93af96a06fce2f38 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b93fa041cf8248a2/run_manifest.json @@ -0,0 +1,60 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:34:19.058395+00:00", + "ended_at": "2026-05-19T16:34:19.156135+00:00", + "status": "completed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_b93fa041cf8248a2", + "problem_id": "v2p_n18_de58fd927b068ecf", + "dataset_id": "n18", + "template_id": "tpl_cardinality_high_card_response_stability", + "template_name": "High-Cardinality Response Stability", + "family_id": "cardinality_structure", + "canonical_subitem_id": "high_cardinality_response_stability", + "intended_facet_id": "target_cardinality_cross_section", + "variant_semantic_role": "focused_target_view", + "subitem_assignment_source": "template_fixed", + "source_kind": "deterministic", + "realization_mode": "deterministic", + "gate_priority": "deterministic", + "extended_family": true, + "question": "Use template High-Cardinality Response Stability to probe high_cardinality_response_stability with semantic role focused_target_view. Focus on measure_col=aa_000, key_col=ag_006.", + "bindings": { + "key_col": "ag_006", + "measure_col": "aa_000", + "min_support": 5 + }, + "binding_roles": [ + "key_col", + "target_col" + ], + "coverage_target_min": "enumerate_all_applicable", + "runtime_sql_skeleton": "SELECT\n {key_col},\n COUNT(*) AS support,\n AVG({measure_col}) AS avg_response\nFROM {table}\nGROUP BY {key_col}\nHAVING COUNT(*) >= {min_support}\nORDER BY support DESC, avg_response DESC;", + "notes": [ + "default_facets=target_cardinality_cross_section", + "template_selection_mode=deterministic", + "problem_index_within_template=8", + "sql_variant_index=1/1" + ], + "template_selection_mode": "deterministic", + "selected_template_rank": 0, + "problem_index_within_template": 8, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "generated_sql_path": "/data/jialinzhang/TabQueryBench/sql_workloads/v2_current/runs_and_launches/runs/v2_cli_20260502_081223_f/n18/sql/v2q_n18_b93fa041cf8248a2.sql", + "usage_summary": { + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" + } +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b93fa041cf8248a2/usage_summary.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b93fa041cf8248a2/usage_summary.json new file mode 100644 index 0000000000000000000000000000000000000000..96c9ff4feec395919fc26411d18d078b8af6e1c7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_b93fa041cf8248a2/usage_summary.json @@ -0,0 +1,9 @@ +{ + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..e185b805d391650aa7ea68adbf205be41c684ac7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:31:04.406263+00:00", + "ended_at": "2026-05-19T16:31:08.195289+00:00", + "elapsed_ms": 3788.97, + "returncode": 1, + "prompt_metrics": { + "chars": 68496, + "bytes_utf8": 68496, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..0793192bd3eaddf28978be428386035a0133d19c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:31:09.198903+00:00", + "ended_at": "2026-05-19T16:31:12.432619+00:00", + "elapsed_ms": 3233.67, + "returncode": 1, + "prompt_metrics": { + "chars": 68496, + "bytes_utf8": 68496, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc46103be231ea13bfaafdc8b04e97ee6b7523f8 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Low-Support Group Count to probe tail_mass_similarity with semantic role rare_extreme_view. Focus on group_col=ar_000.", + "planned_template_id": "tpl_tail_low_support_group_count_v2", + "bindings": { + "group_col": "ar_000", + "top_k": 15, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 18072.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc46103be231ea13bfaafdc8b04e97ee6b7523f8 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Low-Support Group Count to probe tail_mass_similarity with semantic role rare_extreme_view. Focus on group_col=ar_000.", + "planned_template_id": "tpl_tail_low_support_group_count_v2", + "bindings": { + "group_col": "ar_000", + "top_k": 15, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 18072.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..a24de922cb35fb275271717bc9320b3a8b2d902d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-9c5d-7f32-b47d-9c64688a918d"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba9ff8810437205e08793488d0ca28ab660f3fce --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-9c5d-7f32-b47d-9c64688a918d"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..6aa835c21d52a5c1ef67c3b5a60a8ef6adad212b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-af09-75a1-9902-886b5e575064"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1806af9e527e28b72b21a3c55555e714f70dc6b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-af09-75a1-9902-886b5e575064"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bb7291debe1916da/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..e9638a13be70a763e4054a8d09a51d9a853b69d6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:18:21.244377+00:00", + "ended_at": "2026-05-19T16:18:24.425671+00:00", + "elapsed_ms": 3181.26, + "returncode": 1, + "prompt_metrics": { + "chars": 68676, + "bytes_utf8": 68676, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..31c2cbc425f2468a93150ed8d58d7aff1444e1ed --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:18:25.429286+00:00", + "ended_at": "2026-05-19T16:18:28.602091+00:00", + "elapsed_ms": 3172.77, + "returncode": 1, + "prompt_metrics": { + "chars": 68676, + "bytes_utf8": 68676, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b588d1ce62501cad83b4bf7559a9c6596a828ad --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_quantile_tail_slice", + "template_name": "Quantile Tail Slice", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;", + "required_roles": [ + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Quantile Tail Slice to probe tail_set_consistency with semantic role rare_extreme_view. Focus on measure_col=bl_000.", + "planned_template_id": "tpl_m4_quantile_tail_slice", + "bindings": { + "measure_col": "bl_000", + "top_k": 13, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 343500.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b588d1ce62501cad83b4bf7559a9c6596a828ad --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_quantile_tail_slice", + "template_name": "Quantile Tail Slice", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;", + "required_roles": [ + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Quantile Tail Slice to probe tail_set_consistency with semantic role rare_extreme_view. Focus on measure_col=bl_000.", + "planned_template_id": "tpl_m4_quantile_tail_slice", + "bindings": { + "measure_col": "bl_000", + "top_k": 13, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 343500.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7984e1c5987b11a156f340f9fe35cb910c03d46 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4107-f6d1-7191-b8bd-4f4c0c9fe7c6"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..76f3dd62ea4b477595ad94bb35e38874f6d4419b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4107-f6d1-7191-b8bd-4f4c0c9fe7c6"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..250ce04e26dbb97bf67d035b4a5f2f71f98402ac --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4108-0717-7312-8040-a8f9a23e9ea7"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..8039e1a2bf05f69faf36321a982742ff0cadd1ca --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4108-0717-7312-8040-a8f9a23e9ea7"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_bc498a7710098aed/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c0e3f5e8560772fa/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c0e3f5e8560772fa/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..b5d2938b8fbbc15e17742e69a4b58f1d0856ab9b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c0e3f5e8560772fa/run_manifest.json @@ -0,0 +1,67 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:18:43.978294+00:00", + "ended_at": "2026-05-19T16:18:51.266832+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_c0e3f5e8560772fa", + "problem_id": "v2p_n18_7c9c8553f7b80457", + "dataset_id": "n18", + "template_id": "tpl_m4_quantile_tail_slice", + "template_name": "Quantile Tail Slice", + "family_id": "tail_rarity_structure", + "canonical_subitem_id": "tail_set_consistency", + "intended_facet_id": "low_support_extremes", + "variant_semantic_role": "rare_extreme_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Quantile Tail Slice to probe tail_set_consistency with semantic role rare_extreme_view. Focus on measure_col=bo_000.", + "bindings": { + "measure_col": "bo_000", + "top_k": 11, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 248360.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;", + "notes": [ + "default_facets=low_support_extremes", + "template_selection_mode=rule", + "problem_index_within_template=7", + "sql_variant_index=1/1", + "binding_index=66" + ], + "template_selection_mode": "rule", + "selected_template_rank": 6, + "problem_index_within_template": 7, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c0e3f5e8560772fa/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c0e3f5e8560772fa/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..94eb7c5ec324e9d80ac5ffbf74e14003ca0a4409 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c0e3f5e8560772fa/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:18:47.412705+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3407.89, "started_at": "2026-05-19T16:18:44.003767+00:00", "ended_at": "2026-05-19T16:18:47.411687+00:00", "prompt_metrics": {"chars": 68677, "bytes_utf8": 68677, "lines": 2146, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4108-4fa5-7d81-8266-cdaa2e4ba0a1\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:18:51.266635+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 2847.38, "started_at": "2026-05-19T16:18:48.417092+00:00", "ended_at": "2026-05-19T16:18:51.264530+00:00", "prompt_metrics": {"chars": 68677, "bytes_utf8": 68677, "lines": 2146, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4108-60e1-7ea1-9614-f3b0c70035b6\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..3be13076f79298932d48bcb6dbf25ab238253965 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:31:36.329881+00:00", + "ended_at": "2026-05-19T16:31:39.819349+00:00", + "elapsed_ms": 3489.42, + "returncode": 1, + "prompt_metrics": { + "chars": 68495, + "bytes_utf8": 68495, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..bc614440e5b2a64806a7ab3ff06ba8a9f90026fb --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:31:40.823153+00:00", + "ended_at": "2026-05-19T16:31:44.560800+00:00", + "elapsed_ms": 3737.59, + "returncode": 1, + "prompt_metrics": { + "chars": 68495, + "bytes_utf8": 68495, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..5aae4676268e958fc3ae86fe6d045f83c47e8875 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Low-Support Group Count to probe tail_mass_similarity with semantic role rare_extreme_view. Focus on group_col=au_000.", + "planned_template_id": "tpl_tail_low_support_group_count_v2", + "bindings": { + "group_col": "au_000", + "top_k": 17, + "top_n": 7, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 9376.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5aae4676268e958fc3ae86fe6d045f83c47e8875 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Low-Support Group Count to probe tail_mass_similarity with semantic role rare_extreme_view. Focus on group_col=au_000.", + "planned_template_id": "tpl_tail_low_support_group_count_v2", + "bindings": { + "group_col": "au_000", + "top_k": 17, + "top_n": 7, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 9376.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..55ee7fa7e82458af0abf4fcc73442ca8ad29d655 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4114-191f-7c52-acd6-227580cdfbe6"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..19dee31277bcc4b1bbacef3265c4c9f72f2c9a7c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4114-191f-7c52-acd6-227580cdfbe6"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bb49a86d2eba53a036ef2095079c26912d1ae81 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4114-2a96-7a50-94ac-c65831f1bc45"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9bc8ae4c0659fabbd22cb9444deec5f65f41074 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4114-2a96-7a50-94ac-c65831f1bc45"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c1fd2a472870efe0/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..20d89636cbbcc6a22806ba1c0e5e03fc9edcf5a6 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:25:58.357757+00:00", + "ended_at": "2026-05-19T16:26:01.843677+00:00", + "elapsed_ms": 3485.87, + "returncode": 1, + "prompt_metrics": { + "chars": 68684, + "bytes_utf8": 68684, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..e44e83060391a627fe3a0ff3f290dedac0692f22 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:26:02.848038+00:00", + "ended_at": "2026-05-19T16:26:07.493071+00:00", + "elapsed_ms": 4644.98, + "returncode": 1, + "prompt_metrics": { + "chars": 68684, + "bytes_utf8": 68684, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..85423d9b75aa84c1e0641ccc33636b2aa851625e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role focused_target_view. Focus on group_col=dz_000, measure_col=cn_004.", + "planned_template_id": "tpl_grouped_percentile_point", + "bindings": { + "group_col": "dz_000", + "measure_col": "cn_004", + "top_k": 18, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 704987.12, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..85423d9b75aa84c1e0641ccc33636b2aa851625e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role focused_target_view. Focus on group_col=dz_000, measure_col=cn_004.", + "planned_template_id": "tpl_grouped_percentile_point", + "bindings": { + "group_col": "dz_000", + "measure_col": "cn_004", + "top_k": 18, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 704987.12, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..effc6f74baea84943729b295ace48b5e6b276598 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410e-f0ba-7662-b5ca-c8e9fc81b438"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..15372059614f0079c54ba4d63327a33d2b6710ad --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410e-f0ba-7662-b5ca-c8e9fc81b438"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..abec91891a907c69ef6bb31cbd48365ccbf51cb4 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410f-026a-7020-b487-752cc47ddce2"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..971434e64c0ed02de5b42fa5413e6a8de00e08ff --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410f-026a-7020-b487-752cc47ddce2"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c3f6485d735bf05e/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..8633c9caa32f4b71ad341d501377ba2c40dee358 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:15:43.412768+00:00", + "ended_at": "2026-05-19T16:15:46.392816+00:00", + "elapsed_ms": 2980.01, + "returncode": 1, + "prompt_metrics": { + "chars": 69305, + "bytes_utf8": 69305, + "lines": 2151, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..3168d59aa3194f6143944faa1941b3d29b790c1c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:15:47.395970+00:00", + "ended_at": "2026-05-19T16:15:50.798969+00:00", + "elapsed_ms": 3402.97, + "returncode": 1, + "prompt_metrics": { + "chars": 69305, + "bytes_utf8": 69305, + "lines": 2151, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..3df7569c2c0a310809c0aaad0bd0767de44a69e8 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2151 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_group_ratio_two_conditions", + "template_name": "Grouped Ratio of Two Conditions", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col},\n SUM(CASE WHEN {condition_col} = {positive_value} THEN 1 ELSE 0 END) AS numerator_count,\n SUM(CASE WHEN {condition_col} = {negative_value} THEN 1 ELSE 0 END) AS denominator_count\n FROM {table}\n GROUP BY {group_col}\n)\nSELECT {group_col},\n CAST(numerator_count AS FLOAT) / NULLIF(denominator_count, 0) AS condition_ratio\nFROM grouped\nORDER BY condition_ratio DESC;", + "required_roles": [ + "group_col", + "condition_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Ratio of Two Conditions to probe direction_consistency with semantic role contrastive_conditional_view. Focus on group_col=cl_000, condition_col=ch_000.", + "planned_template_id": "tpl_m4_group_ratio_two_conditions", + "bindings": { + "group_col": "cl_000", + "condition_col": "ch_000", + "condition_value": "0", + "positive_value": "0", + "negative_value": "2", + "top_k": 14, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 1884.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col},\n SUM(CASE WHEN {condition_col} = {positive_value} THEN 1 ELSE 0 END) AS numerator_count,\n SUM(CASE WHEN {condition_col} = {negative_value} THEN 1 ELSE 0 END) AS denominator_count\n FROM {table}\n GROUP BY {group_col}\n)\nSELECT {group_col},\n CAST(numerator_count AS FLOAT) / NULLIF(denominator_count, 0) AS condition_ratio\nFROM grouped\nORDER BY condition_ratio DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..3df7569c2c0a310809c0aaad0bd0767de44a69e8 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2151 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_group_ratio_two_conditions", + "template_name": "Grouped Ratio of Two Conditions", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col},\n SUM(CASE WHEN {condition_col} = {positive_value} THEN 1 ELSE 0 END) AS numerator_count,\n SUM(CASE WHEN {condition_col} = {negative_value} THEN 1 ELSE 0 END) AS denominator_count\n FROM {table}\n GROUP BY {group_col}\n)\nSELECT {group_col},\n CAST(numerator_count AS FLOAT) / NULLIF(denominator_count, 0) AS condition_ratio\nFROM grouped\nORDER BY condition_ratio DESC;", + "required_roles": [ + "group_col", + "condition_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Ratio of Two Conditions to probe direction_consistency with semantic role contrastive_conditional_view. Focus on group_col=cl_000, condition_col=ch_000.", + "planned_template_id": "tpl_m4_group_ratio_two_conditions", + "bindings": { + "group_col": "cl_000", + "condition_col": "ch_000", + "condition_value": "0", + "positive_value": "0", + "negative_value": "2", + "top_k": 14, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 1884.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col},\n SUM(CASE WHEN {condition_col} = {positive_value} THEN 1 ELSE 0 END) AS numerator_count,\n SUM(CASE WHEN {condition_col} = {negative_value} THEN 1 ELSE 0 END) AS denominator_count\n FROM {table}\n GROUP BY {group_col}\n)\nSELECT {group_col},\n CAST(numerator_count AS FLOAT) / NULLIF(denominator_count, 0) AS condition_ratio\nFROM grouped\nORDER BY condition_ratio DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d8afc78579b0a75eff3a0f2c01f597d33b8e695 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4105-8e59-7ab2-a516-1bbe64793f50"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..75e03f81e927ae79533872e9fd5e8126d66130e5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4105-8e59-7ab2-a516-1bbe64793f50"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd9b7cf2c4b6e0e59cda18cd2cf762e89fff8b11 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4105-9dd8-7fd1-bfa1-a5cab8aaf6fa"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..742cccf4f675dd98e8b5a67674f320a33af6d925 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4105-9dd8-7fd1-bfa1-a5cab8aaf6fa"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_c7f991b45efd60e5/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..e94ecb1f38b690be0e0886693ad62b715f0834c1 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:33:42.672829+00:00", + "ended_at": "2026-05-19T16:33:46.254400+00:00", + "elapsed_ms": 3581.52, + "returncode": 1, + "prompt_metrics": { + "chars": 68583, + "bytes_utf8": 68583, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..c48c26782075589c2b5b07ea2f551d4728211a60 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:33:47.261793+00:00", + "ended_at": "2026-05-19T16:33:50.642290+00:00", + "elapsed_ms": 3380.42, + "returncode": 1, + "prompt_metrics": { + "chars": 68583, + "bytes_utf8": 68583, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..92633b490371651742a8cf77cb5b30550db47bbf --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Window Partition Average to probe direction_consistency with semantic role ranked_signal_view. Focus on group_col=db_000, measure_col=ee_000.", + "planned_template_id": "tpl_m4_window_partition_avg", + "bindings": { + "group_col": "db_000", + "measure_col": "ee_000", + "top_k": 14, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 536366.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..92633b490371651742a8cf77cb5b30550db47bbf --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Window Partition Average to probe direction_consistency with semantic role ranked_signal_view. Focus on group_col=db_000, measure_col=ee_000.", + "planned_template_id": "tpl_m4_window_partition_avg", + "bindings": { + "group_col": "db_000", + "measure_col": "ee_000", + "top_k": 14, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 536366.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8840f80d249960fa44250beb02bbd00502045aa --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4116-0694-7552-973e-69a265442ed2"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5ee4a3b3332c5ef5d99122577cf5ea249b5306f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4116-0694-7552-973e-69a265442ed2"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a2a70b41dd24ba475abea495c3397bc5cae8109 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4116-1854-7971-8646-b323a53d205a"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..25d4a2ab216a6500b2b26207108eb77883e8f161 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4116-1854-7971-8646-b323a53d205a"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cd54cbfbb1dfc730/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..bee675ab2aa941806f278f337fa5e4ba4a6f31da --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:23:37.019781+00:00", + "ended_at": "2026-05-19T16:23:40.239827+00:00", + "elapsed_ms": 3219.95, + "returncode": 1, + "prompt_metrics": { + "chars": 68682, + "bytes_utf8": 68682, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..62310a1477e9a998c6602951247533639bec6171 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:23:41.244111+00:00", + "ended_at": "2026-05-19T16:23:52.492716+00:00", + "elapsed_ms": 11248.55, + "returncode": 1, + "prompt_metrics": { + "chars": 68682, + "bytes_utf8": 68682, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf6d0fbf9b8bee577ea383f7e27fc290b421e8de --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role focused_target_view. Focus on group_col=ch_000, measure_col=ck_000.", + "planned_template_id": "tpl_grouped_percentile_point", + "bindings": { + "group_col": "ch_000", + "measure_col": "ck_000", + "top_k": 11, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 489533.76, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf6d0fbf9b8bee577ea383f7e27fc290b421e8de --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role focused_target_view. Focus on group_col=ch_000, measure_col=ck_000.", + "planned_template_id": "tpl_grouped_percentile_point", + "bindings": { + "group_col": "ch_000", + "measure_col": "ck_000", + "top_k": 11, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 489533.76, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c4f55171862b0739e87fe357eef9622c355e13c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410c-c8ab-7e83-bbb5-b8ffb117340b"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..fae477a6b10e1405bd256389aeb6d2f2af55246d --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410c-c8ab-7e83-bbb5-b8ffb117340b"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..c258a9266950ee5a4bfef7a14d347c568cbfdea4 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410c-d931-7252-9567-4ca261a7bd23"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..a36fe99c605bfc483dc28eb8bbeb1e9e85be7950 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410c-d931-7252-9567-4ca261a7bd23"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ce312acc50b224e9/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cfe58996027a0235/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cfe58996027a0235/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..92e2d0e3d5a4cb1dc75e46fd3efdf3cd9ed198e0 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cfe58996027a0235/run_manifest.json @@ -0,0 +1,69 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:24:00.583704+00:00", + "ended_at": "2026-05-19T16:24:08.858036+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_cfe58996027a0235", + "problem_id": "v2p_n18_c156c7c689703edb", + "dataset_id": "n18", + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "family_id": "tail_rarity_structure", + "canonical_subitem_id": "tail_concentration_consistency", + "intended_facet_id": "rare_target_concentration", + "variant_semantic_role": "ranked_signal_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role ranked_signal_view. Focus on group_col=cl_000, measure_col=cl_000.", + "bindings": { + "group_col": "cl_000", + "measure_col": "cl_000", + "top_k": 12, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 10.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "notes": [ + "default_facets=rare_target_concentration", + "template_selection_mode=rule", + "problem_index_within_template=4", + "sql_variant_index=1/2", + "binding_index=87" + ], + "template_selection_mode": "rule", + "selected_template_rank": 8, + "problem_index_within_template": 4, + "sql_variant_index": 1, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cfe58996027a0235/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cfe58996027a0235/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b30e8a0725d6c89cec9e48f6a400e578eff1f9c0 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_cfe58996027a0235/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:24:04.225621+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3597.9, "started_at": "2026-05-19T16:24:00.625767+00:00", "ended_at": "2026-05-19T16:24:04.223726+00:00", "prompt_metrics": {"chars": 68675, "bytes_utf8": 68675, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410d-24e5-7d71-8a94-801bddcebaf3\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:24:08.857897+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3628.67, "started_at": "2026-05-19T16:24:05.227968+00:00", "ended_at": "2026-05-19T16:24:08.856711+00:00", "prompt_metrics": {"chars": 68675, "bytes_utf8": 68675, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410d-3713-7261-9f64-71ffe2f0c74e\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d199d8dd38e257a7/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d199d8dd38e257a7/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..05dbba9db74e06abc533c24c488b92f254233f91 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d199d8dd38e257a7/run_manifest.json @@ -0,0 +1,71 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:15:11.919571+00:00", + "ended_at": "2026-05-19T16:15:18.882838+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_d199d8dd38e257a7", + "problem_id": "v2p_n18_d4d52d1f6ec731a0", + "dataset_id": "n18", + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "family_id": "conditional_dependency_structure", + "canonical_subitem_id": "dependency_strength_similarity", + "intended_facet_id": "pairwise_conditional_dependency", + "variant_semantic_role": "focused_target_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role focused_target_view. Focus on group_col=bf_000, measure_col=az_001.", + "bindings": { + "group_col": "bf_000", + "measure_col": "az_001", + "item_col": "ay_003", + "top_k": 19, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 731.6, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "item_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "notes": [ + "default_facets=pairwise_conditional_dependency", + "template_selection_mode=rule", + "problem_index_within_template=11", + "sql_variant_index=2/2", + "binding_index=34" + ], + "template_selection_mode": "rule", + "selected_template_rank": 3, + "problem_index_within_template": 11, + "sql_variant_index": 2, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d199d8dd38e257a7/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d199d8dd38e257a7/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3bfdf9545efc13a86186c3534b8a40115907ddc2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d199d8dd38e257a7/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:15:15.062033+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3112.26, "started_at": "2026-05-19T16:15:11.948664+00:00", "ended_at": "2026-05-19T16:15:15.060948+00:00", "prompt_metrics": {"chars": 68904, "bytes_utf8": 68904, "lines": 2150, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4105-135b-7b83-8207-62a17bc62b20\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:15:18.882745+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 2816.58, "started_at": "2026-05-19T16:15:16.064966+00:00", "ended_at": "2026-05-19T16:15:18.881597+00:00", "prompt_metrics": {"chars": 68904, "bytes_utf8": 68904, "lines": 2150, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4105-237d-7e50-8d35-653ee2772746\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d214f6c5a37b758a/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d214f6c5a37b758a/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..ebc13e0b53edf233d6fb111a5954c64850f2066c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d214f6c5a37b758a/run_manifest.json @@ -0,0 +1,69 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:33:24.706600+00:00", + "ended_at": "2026-05-19T16:33:34.399389+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_d214f6c5a37b758a", + "problem_id": "v2p_n18_9eebde823d182a0c", + "dataset_id": "n18", + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "family_id": "conditional_dependency_structure", + "canonical_subitem_id": "slice_level_consistency", + "intended_facet_id": "conditional_interaction_hotspots", + "variant_semantic_role": "filtered_stable_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Window Partition Average to probe slice_level_consistency with semantic role filtered_stable_view. Focus on group_col=cy_000, measure_col=ed_000.", + "bindings": { + "group_col": "cy_000", + "measure_col": "ed_000", + "top_k": 13, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 756.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "notes": [ + "default_facets=conditional_interaction_hotspots", + "template_selection_mode=rule", + "problem_index_within_template=7", + "sql_variant_index=1/2", + "binding_index=138" + ], + "template_selection_mode": "rule", + "selected_template_rank": 12, + "problem_index_within_template": 7, + "sql_variant_index": 1, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d214f6c5a37b758a/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d214f6c5a37b758a/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5a3fc56b6a01926e41bd47ab05c79cdecc7ebce2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d214f6c5a37b758a/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:33:29.755800+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 5002.65, "started_at": "2026-05-19T16:33:24.751735+00:00", "ended_at": "2026-05-19T16:33:29.754447+00:00", "prompt_metrics": {"chars": 68585, "bytes_utf8": 68585, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4115-c081-7b33-bdd4-46d41074e026\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:33:34.399259+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3637.22, "started_at": "2026-05-19T16:33:30.760544+00:00", "ended_at": "2026-05-19T16:33:34.397837+00:00", "prompt_metrics": {"chars": 68585, "bytes_utf8": 68585, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4115-d818-7b42-bb25-e703c014cf8b\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d40ea5b195e42bb4/final_answer.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d40ea5b195e42bb4/final_answer.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf9b0f5b467876ff894707917c59cf247d0becac --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d40ea5b195e42bb4/final_answer.txt @@ -0,0 +1 @@ +{"row_count": null, "preview_rows": [{"class": "neg", "total_rows": 74625, "missing_rows": 0, "missing_rate": 0.0}, {"class": "pos", "total_rows": 1375, "missing_rows": 0, "missing_rate": 0.0}]} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d40ea5b195e42bb4/generated_sql.sql b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d40ea5b195e42bb4/generated_sql.sql new file mode 100644 index 0000000000000000000000000000000000000000..8096e26471bbe50af09a40a2094286fce037de53 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d40ea5b195e42bb4/generated_sql.sql @@ -0,0 +1,21 @@ +-- sql_source_version: v2 +-- sql_source_label: v2_current +-- sql_source_run_id: v2_cli_20260502_081223_f +-- sql_source_dataset_id: n18 +-- family_id: missingness_structure +-- canonical_subitem_id: co_missingness_pattern_consistency +-- intended_facet_id: missing_rate_by_subgroup +-- variant_semantic_role: missing_rate_by_subgroup +-- template_id: tpl_missing_rate_by_subgroup +-- query_record_id: v2q_n18_d40ea5b195e42bb4 +-- problem_id: v2p_n18_332922dd0438f3a1 +-- realization_mode: deterministic +-- source_kind: deterministic +SELECT + "class", + COUNT(*) AS total_rows, + SUM(CASE WHEN "ab_000" IS NULL THEN 1 ELSE 0 END) AS missing_rows, + AVG(CASE WHEN "ab_000" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate +FROM "n18" +GROUP BY "class" +ORDER BY missing_rate DESC, total_rows DESC; diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d40ea5b195e42bb4/query_results.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d40ea5b195e42bb4/query_results.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..0aae228835d62c283a331afe474401d7505d925e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d40ea5b195e42bb4/query_results.jsonl @@ -0,0 +1 @@ +{"node_name": "v2_template", "tool_name": "sqlite_query", "query": "-- sql_source_version: v2\n-- sql_source_label: v2_current\n-- sql_source_run_id: v2_cli_20260502_081223_f\n-- sql_source_dataset_id: n18\n-- family_id: missingness_structure\n-- canonical_subitem_id: co_missingness_pattern_consistency\n-- intended_facet_id: missing_rate_by_subgroup\n-- variant_semantic_role: missing_rate_by_subgroup\n-- template_id: tpl_missing_rate_by_subgroup\n-- query_record_id: v2q_n18_d40ea5b195e42bb4\n-- problem_id: v2p_n18_332922dd0438f3a1\n-- realization_mode: deterministic\n-- source_kind: deterministic\nSELECT\n \"class\",\n COUNT(*) AS total_rows,\n SUM(CASE WHEN \"ab_000\" IS NULL THEN 1 ELSE 0 END) AS missing_rows,\n AVG(CASE WHEN \"ab_000\" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\nFROM \"n18\"\nGROUP BY \"class\"\nORDER BY missing_rate DESC, total_rows DESC;", "result": "{\"query\": \"-- sql_source_version: v2\\n-- sql_source_label: v2_current\\n-- sql_source_run_id: v2_cli_20260502_081223_f\\n-- sql_source_dataset_id: n18\\n-- family_id: missingness_structure\\n-- canonical_subitem_id: co_missingness_pattern_consistency\\n-- intended_facet_id: missing_rate_by_subgroup\\n-- variant_semantic_role: missing_rate_by_subgroup\\n-- template_id: tpl_missing_rate_by_subgroup\\n-- query_record_id: v2q_n18_d40ea5b195e42bb4\\n-- problem_id: v2p_n18_332922dd0438f3a1\\n-- realization_mode: deterministic\\n-- source_kind: deterministic\\nSELECT\\n \\\"class\\\",\\n COUNT(*) AS total_rows,\\n SUM(CASE WHEN \\\"ab_000\\\" IS NULL THEN 1 ELSE 0 END) AS missing_rows,\\n AVG(CASE WHEN \\\"ab_000\\\" IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\\nFROM \\\"n18\\\"\\nGROUP BY \\\"class\\\"\\nORDER BY missing_rate DESC, total_rows DESC;\", \"columns\": [\"class\", \"total_rows\", \"missing_rows\", \"missing_rate\"], \"rows\": [{\"class\": \"neg\", \"total_rows\": 74625, \"missing_rows\": 0, \"missing_rate\": 0.0}, {\"class\": \"pos\", \"total_rows\": 1375, \"missing_rows\": 0, \"missing_rate\": 0.0}], \"row_count_returned\": 2, \"row_limit\": 50, \"truncated\": false, \"elapsed_ms\": 60.42}"} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d40ea5b195e42bb4/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d40ea5b195e42bb4/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..6d2740d4f4855646f6e4274f7b9a3513f32675ab --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d40ea5b195e42bb4/run_manifest.json @@ -0,0 +1,59 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:34:15.140449+00:00", + "ended_at": "2026-05-19T16:34:15.202033+00:00", + "status": "completed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_d40ea5b195e42bb4", + "problem_id": "v2p_n18_332922dd0438f3a1", + "dataset_id": "n18", + "template_id": "tpl_missing_rate_by_subgroup", + "template_name": "Missing Rate by Subgroup", + "family_id": "missingness_structure", + "canonical_subitem_id": "co_missingness_pattern_consistency", + "intended_facet_id": "missing_rate_by_subgroup", + "variant_semantic_role": "missing_rate_by_subgroup", + "subitem_assignment_source": "template_fixed", + "source_kind": "deterministic", + "realization_mode": "deterministic", + "gate_priority": "deterministic", + "extended_family": false, + "question": "Use template Missing Rate by Subgroup to probe co_missingness_pattern_consistency with semantic role missing_rate_by_subgroup. Focus on group_col=class, missing_col=ab_000.", + "bindings": { + "missing_col": "ab_000", + "group_col": "class" + }, + "binding_roles": [ + "missing_col", + "group_col" + ], + "coverage_target_min": "enumerate_all_applicable", + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS total_rows,\n SUM(CASE WHEN {missing_col} IS NULL THEN 1 ELSE 0 END) AS missing_rows,\n AVG(CASE WHEN {missing_col} IS NULL THEN 1.0 ELSE 0.0 END) AS missing_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY missing_rate DESC, total_rows DESC;", + "notes": [ + "default_facets=missing_rate_by_subgroup,missing_target_interaction", + "template_selection_mode=deterministic", + "problem_index_within_template=1", + "sql_variant_index=1/1" + ], + "template_selection_mode": "deterministic", + "selected_template_rank": 0, + "problem_index_within_template": 1, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "generated_sql_path": "/data/jialinzhang/TabQueryBench/sql_workloads/v2_current/runs_and_launches/runs/v2_cli_20260502_081223_f/n18/sql/v2q_n18_d40ea5b195e42bb4.sql", + "usage_summary": { + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" + } +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d40ea5b195e42bb4/usage_summary.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d40ea5b195e42bb4/usage_summary.json new file mode 100644 index 0000000000000000000000000000000000000000..96c9ff4feec395919fc26411d18d078b8af6e1c7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d40ea5b195e42bb4/usage_summary.json @@ -0,0 +1,9 @@ +{ + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..8a6abb82601a4c454f04f1146122f0f45ad7b2da --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:10:48.377596+00:00", + "ended_at": "2026-05-19T16:10:51.720562+00:00", + "elapsed_ms": 3342.93, + "returncode": 1, + "prompt_metrics": { + "chars": 68499, + "bytes_utf8": 68499, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..c7fc9baf8bc232f81f43938deeeb77f26f5457d5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:10:52.723906+00:00", + "ended_at": "2026-05-19T16:10:55.584082+00:00", + "elapsed_ms": 2860.14, + "returncode": 1, + "prompt_metrics": { + "chars": 68499, + "bytes_utf8": 68499, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..0706aa3dcc9e81d12357e249459e5fde0eed1738 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "primary_family": "subgroup_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=au_000, measure_col=ag_003.", + "planned_template_id": "tpl_h2o_group_sum", + "bindings": { + "group_col": "au_000", + "measure_col": "ag_003", + "top_k": 12, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 4038.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..0706aa3dcc9e81d12357e249459e5fde0eed1738 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "primary_family": "subgroup_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=au_000, measure_col=ag_003.", + "planned_template_id": "tpl_h2o_group_sum", + "bindings": { + "group_col": "au_000", + "measure_col": "ag_003", + "top_k": 12, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 4038.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1a6a7bf4f8c9679884bdebf120fe844a88187ea --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4101-0dbe-7161-a219-8655369d9957"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..06ebf60060a4bbadf36c0f889de4e156339b4a0b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4101-0dbe-7161-a219-8655369d9957"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c7baa04295da5894570054e71745bc23a603e09 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4101-1ea7-70a3-a5f4-7e9acf1c055e"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba7d2b1eb03d622576605c6640fd8badb8ce5e46 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4101-1ea7-70a3-a5f4-7e9acf1c055e"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d4e5aa98fd5994e2/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d576199f5ae13f27/final_answer.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d576199f5ae13f27/final_answer.txt new file mode 100644 index 0000000000000000000000000000000000000000..963be62ab24bbe08ce13a061fe01a64a7c04c4a5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d576199f5ae13f27/final_answer.txt @@ -0,0 +1 @@ +{"row_count": null, "preview_rows": [{"value_label": "0", "support": 31993, "support_share": 0.42096052631578945, "cumulative_support": 31993}, {"value_label": "2", "support": 6141, "support_share": 0.08080263157894736, "cumulative_support": 38134}, {"value_label": "4", "support": 3709, "support_share": 0.04880263157894737, "cumulative_support": 41843}, {"value_label": "", "support": 3189, "support_share": 0.041960526315789476, "cumulative_support": 45032}, {"value_label": "6", "support": 2864, "support_share": 0.03768421052631579, "cumulative_support": 47896}]} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d576199f5ae13f27/generated_sql.sql b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d576199f5ae13f27/generated_sql.sql new file mode 100644 index 0000000000000000000000000000000000000000..8008794686e4a2881c3c433fa1bb8c2fc62e5a0c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d576199f5ae13f27/generated_sql.sql @@ -0,0 +1,28 @@ +-- sql_source_version: v2 +-- sql_source_label: v2_current +-- sql_source_run_id: v2_cli_20260502_081223_f +-- sql_source_dataset_id: n18 +-- family_id: cardinality_structure +-- canonical_subitem_id: support_rank_profile_consistency +-- intended_facet_id: value_imbalance_profile +-- variant_semantic_role: ranked_signal_view +-- template_id: tpl_cardinality_distinct_share_profile +-- query_record_id: v2q_n18_d576199f5ae13f27 +-- problem_id: v2p_n18_0b917422b9e487a2 +-- realization_mode: deterministic +-- source_kind: deterministic +WITH grouped AS ( + SELECT "bf_000" AS value_label, COUNT(*) AS support + FROM "n18" + GROUP BY "bf_000" +), ranked AS ( + SELECT + value_label, + support, + CAST(support AS FLOAT) / NULLIF(SUM(support) OVER (), 0) AS support_share, + SUM(support) OVER (ORDER BY support DESC, value_label ROWS UNBOUNDED PRECEDING) AS cumulative_support + FROM grouped +) +SELECT * +FROM ranked +ORDER BY support DESC, value_label; diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d576199f5ae13f27/query_results.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d576199f5ae13f27/query_results.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8f65df3cee2144daf75862dda1942908854d9c95 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d576199f5ae13f27/query_results.jsonl @@ -0,0 +1 @@ +{"node_name": "v2_template", "tool_name": "sqlite_query", "query": "-- sql_source_version: v2\n-- sql_source_label: v2_current\n-- sql_source_run_id: v2_cli_20260502_081223_f\n-- sql_source_dataset_id: n18\n-- family_id: cardinality_structure\n-- canonical_subitem_id: support_rank_profile_consistency\n-- intended_facet_id: value_imbalance_profile\n-- variant_semantic_role: ranked_signal_view\n-- template_id: tpl_cardinality_distinct_share_profile\n-- query_record_id: v2q_n18_d576199f5ae13f27\n-- problem_id: v2p_n18_0b917422b9e487a2\n-- realization_mode: deterministic\n-- source_kind: deterministic\nWITH grouped AS (\n SELECT \"bf_000\" AS value_label, COUNT(*) AS support\n FROM \"n18\"\n GROUP BY \"bf_000\"\n), ranked AS (\n SELECT\n value_label,\n support,\n CAST(support AS FLOAT) / NULLIF(SUM(support) OVER (), 0) AS support_share,\n SUM(support) OVER (ORDER BY support DESC, value_label ROWS UNBOUNDED PRECEDING) AS cumulative_support\n FROM grouped\n)\nSELECT *\nFROM ranked\nORDER BY support DESC, value_label;", "result": "{\"query\": \"-- sql_source_version: v2\\n-- sql_source_label: v2_current\\n-- sql_source_run_id: v2_cli_20260502_081223_f\\n-- sql_source_dataset_id: n18\\n-- family_id: cardinality_structure\\n-- canonical_subitem_id: support_rank_profile_consistency\\n-- intended_facet_id: value_imbalance_profile\\n-- variant_semantic_role: ranked_signal_view\\n-- template_id: tpl_cardinality_distinct_share_profile\\n-- query_record_id: v2q_n18_d576199f5ae13f27\\n-- problem_id: v2p_n18_0b917422b9e487a2\\n-- realization_mode: deterministic\\n-- source_kind: deterministic\\nWITH grouped AS (\\n SELECT \\\"bf_000\\\" AS value_label, COUNT(*) AS support\\n FROM \\\"n18\\\"\\n GROUP BY \\\"bf_000\\\"\\n), ranked AS (\\n SELECT\\n value_label,\\n support,\\n CAST(support AS FLOAT) / NULLIF(SUM(support) OVER (), 0) AS support_share,\\n SUM(support) OVER (ORDER BY support DESC, value_label ROWS UNBOUNDED PRECEDING) AS cumulative_support\\n FROM grouped\\n)\\nSELECT *\\nFROM ranked\\nORDER BY support DESC, value_label;\", \"columns\": [\"value_label\", \"support\", \"support_share\", \"cumulative_support\"], \"rows\": [{\"value_label\": \"0\", \"support\": 31993, \"support_share\": 0.42096052631578945, \"cumulative_support\": 31993}, {\"value_label\": \"2\", \"support\": 6141, \"support_share\": 0.08080263157894736, \"cumulative_support\": 38134}, {\"value_label\": \"4\", \"support\": 3709, \"support_share\": 0.04880263157894737, \"cumulative_support\": 41843}, {\"value_label\": \"\", \"support\": 3189, \"support_share\": 0.041960526315789476, \"cumulative_support\": 45032}, {\"value_label\": \"6\", \"support\": 2864, \"support_share\": 0.03768421052631579, \"cumulative_support\": 47896}, {\"value_label\": \"8\", \"support\": 2321, \"support_share\": 0.030539473684210526, \"cumulative_support\": 50217}, {\"value_label\": \"10\", \"support\": 1959, \"support_share\": 0.025776315789473685, \"cumulative_support\": 52176}, {\"value_label\": \"12\", \"support\": 1638, \"support_share\": 0.02155263157894737, \"cumulative_support\": 53814}, {\"value_label\": \"14\", \"support\": 1494, \"support_share\": 0.019657894736842107, \"cumulative_support\": 55308}, {\"value_label\": \"16\", \"support\": 1321, \"support_share\": 0.01738157894736842, \"cumulative_support\": 56629}, {\"value_label\": \"18\", \"support\": 1112, \"support_share\": 0.01463157894736842, \"cumulative_support\": 57741}, {\"value_label\": \"20\", \"support\": 1069, \"support_share\": 0.01406578947368421, \"cumulative_support\": 58810}, {\"value_label\": \"22\", \"support\": 878, \"support_share\": 0.011552631578947368, \"cumulative_support\": 59688}, {\"value_label\": \"24\", \"support\": 794, \"support_share\": 0.010447368421052632, \"cumulative_support\": 60482}, {\"value_label\": \"26\", \"support\": 762, \"support_share\": 0.010026315789473684, \"cumulative_support\": 61244}, {\"value_label\": \"28\", \"support\": 626, \"support_share\": 0.008236842105263159, \"cumulative_support\": 61870}, {\"value_label\": \"30\", \"support\": 613, \"support_share\": 0.00806578947368421, \"cumulative_support\": 62483}, {\"value_label\": \"32\", \"support\": 568, \"support_share\": 0.0074736842105263155, \"cumulative_support\": 63051}, {\"value_label\": \"34\", \"support\": 493, \"support_share\": 0.006486842105263158, \"cumulative_support\": 63544}, {\"value_label\": \"36\", \"support\": 433, \"support_share\": 0.0056973684210526315, \"cumulative_support\": 63977}, {\"value_label\": \"38\", \"support\": 418, \"support_share\": 0.0055, \"cumulative_support\": 64395}, {\"value_label\": \"40\", \"support\": 383, \"support_share\": 0.005039473684210526, \"cumulative_support\": 64778}, {\"value_label\": \"42\", \"support\": 353, \"support_share\": 0.004644736842105263, \"cumulative_support\": 65131}, {\"value_label\": \"46\", \"support\": 311, \"support_share\": 0.004092105263157894, \"cumulative_support\": 65442}, {\"value_label\": \"44\", \"support\": 309, \"support_share\": 0.00406578947368421, \"cumulative_support\": 65751}, {\"value_label\": \"48\", \"support\": 268, \"support_share\": 0.0035263157894736843, \"cumulative_support\": 66019}, {\"value_label\": \"52\", \"support\": 234, \"support_share\": 0.0030789473684210526, \"cumulative_support\": 66253}, {\"value_label\": \"50\", \"support\": 232, \"support_share\": 0.0030526315789473684, \"cumulative_support\": 66485}, {\"value_label\": \"54\", \"support\": 232, \"support_share\": 0.0030526315789473684, \"cumulative_support\": 66717}, {\"value_label\": \"58\", \"support\": 220, \"support_share\": 0.0028947368421052633, \"cumulative_support\": 66937}, {\"value_label\": \"56\", \"support\": 202, \"support_share\": 0.002657894736842105, \"cumulative_support\": 67139}, {\"value_label\": \"60\", \"support\": 182, \"support_share\": 0.0023947368421052633, \"cumulative_support\": 67321}, {\"value_label\": \"62\", \"support\": 178, \"support_share\": 0.002342105263157895, \"cumulative_support\": 67499}, {\"value_label\": \"66\", \"support\": 165, \"support_share\": 0.0021710526315789473, \"cumulative_support\": 67664}, {\"value_label\": \"64\", \"support\": 149, \"support_share\": 0.0019605263157894738, \"cumulative_support\": 67813}, {\"value_label\": \"68\", \"support\": 149, \"support_share\": 0.0019605263157894738, \"cumulative_support\": 67962}, {\"value_label\": \"72\", \"support\": 145, \"support_share\": 0.0019078947368421052, \"cumulative_support\": 68107}, {\"value_label\": \"70\", \"support\": 138, \"support_share\": 0.0018157894736842105, \"cumulative_support\": 68245}, {\"value_label\": \"76\", \"support\": 128, \"support_share\": 0.0016842105263157896, \"cumulative_support\": 68373}, {\"value_label\": \"74\", \"support\": 122, \"support_share\": 0.0016052631578947368, \"cumulative_support\": 68495}, {\"value_label\": \"80\", \"support\": 121, \"support_share\": 0.0015921052631578947, \"cumulative_support\": 68616}, {\"value_label\": \"86\", \"support\": 118, \"support_share\": 0.0015526315789473684, \"cumulative_support\": 68734}, {\"value_label\": \"78\", \"support\": 116, \"support_share\": 0.0015263157894736842, \"cumulative_support\": 68850}, {\"value_label\": \"84\", \"support\": 115, \"support_share\": 0.0015131578947368421, \"cumulative_support\": 68965}, {\"value_label\": \"82\", \"support\": 112, \"support_share\": 0.0014736842105263158, \"cumulative_support\": 69077}, {\"value_label\": \"90\", \"support\": 96, \"support_share\": 0.0012631578947368421, \"cumulative_support\": 69173}, {\"value_label\": \"94\", \"support\": 91, \"support_share\": 0.0011973684210526316, \"cumulative_support\": 69264}, {\"value_label\": \"100\", \"support\": 90, \"support_share\": 0.0011842105263157896, \"cumulative_support\": 69354}, {\"value_label\": \"96\", \"support\": 86, \"support_share\": 0.001131578947368421, \"cumulative_support\": 69440}, {\"value_label\": \"88\", \"support\": 84, \"support_share\": 0.0011052631578947368, \"cumulative_support\": 69524}], \"row_count_returned\": 50, \"row_limit\": 50, \"truncated\": true, \"elapsed_ms\": 67.52}"} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d576199f5ae13f27/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d576199f5ae13f27/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..f4e59b74442b6541c721fe9fa7f92c66268f30e2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d576199f5ae13f27/run_manifest.json @@ -0,0 +1,57 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:34:17.162968+00:00", + "ended_at": "2026-05-19T16:34:17.232022+00:00", + "status": "completed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_d576199f5ae13f27", + "problem_id": "v2p_n18_0b917422b9e487a2", + "dataset_id": "n18", + "template_id": "tpl_cardinality_distinct_share_profile", + "template_name": "Cardinality Distinct Share Profile", + "family_id": "cardinality_structure", + "canonical_subitem_id": "support_rank_profile_consistency", + "intended_facet_id": "value_imbalance_profile", + "variant_semantic_role": "ranked_signal_view", + "subitem_assignment_source": "template_fixed", + "source_kind": "deterministic", + "realization_mode": "deterministic", + "gate_priority": "deterministic", + "extended_family": true, + "question": "Use template Cardinality Distinct Share Profile to probe support_rank_profile_consistency with semantic role ranked_signal_view. Focus on group_col=bf_000.", + "bindings": { + "group_col": "bf_000" + }, + "binding_roles": [ + "group_col" + ], + "coverage_target_min": "enumerate_all_applicable", + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col} AS value_label, COUNT(*) AS support\n FROM {table}\n GROUP BY {group_col}\n), ranked AS (\n SELECT\n value_label,\n support,\n CAST(support AS FLOAT) / NULLIF(SUM(support) OVER (), 0) AS support_share,\n SUM(support) OVER (ORDER BY support DESC, value_label ROWS UNBOUNDED PRECEDING) AS cumulative_support\n FROM grouped\n)\nSELECT *\nFROM ranked\nORDER BY support DESC, value_label;", + "notes": [ + "default_facets=support_concentration,value_imbalance_profile", + "template_selection_mode=deterministic", + "problem_index_within_template=6", + "sql_variant_index=1/1" + ], + "template_selection_mode": "deterministic", + "selected_template_rank": 0, + "problem_index_within_template": 6, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "generated_sql_path": "/data/jialinzhang/TabQueryBench/sql_workloads/v2_current/runs_and_launches/runs/v2_cli_20260502_081223_f/n18/sql/v2q_n18_d576199f5ae13f27.sql", + "usage_summary": { + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" + } +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d576199f5ae13f27/usage_summary.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d576199f5ae13f27/usage_summary.json new file mode 100644 index 0000000000000000000000000000000000000000..96c9ff4feec395919fc26411d18d078b8af6e1c7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d576199f5ae13f27/usage_summary.json @@ -0,0 +1,9 @@ +{ + "engine": "template", + "input_tokens": 0, + "cached_input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "estimated_total_tokens": 0, + "usage_source": "none" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..be7cbf82687836658c293a012983469d2f44855f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:31:12.489478+00:00", + "ended_at": "2026-05-19T16:31:15.962571+00:00", + "elapsed_ms": 3473.04, + "returncode": 1, + "prompt_metrics": { + "chars": 68494, + "bytes_utf8": 68494, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..c38c80cafcc697ecc1c6852a13dc8afa5fec3e65 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:31:16.967659+00:00", + "ended_at": "2026-05-19T16:31:20.393073+00:00", + "elapsed_ms": 3425.28, + "returncode": 1, + "prompt_metrics": { + "chars": 68494, + "bytes_utf8": 68494, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ceefd8c74aebd7b74fcfa1d3e6dd31f2e0ab9920 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Low-Support Group Count to probe tail_set_consistency with semantic role rare_extreme_view. Focus on group_col=as_000.", + "planned_template_id": "tpl_tail_low_support_group_count_v2", + "bindings": { + "group_col": "as_000", + "top_k": 11, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 27588.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..ceefd8c74aebd7b74fcfa1d3e6dd31f2e0ab9920 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tail_low_support_group_count_v2", + "template_name": "Low-Support Group Count", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};", + "required_roles": [ + "group_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Low-Support Group Count to probe tail_set_consistency with semantic role rare_extreme_view. Focus on group_col=as_000.", + "planned_template_id": "tpl_tail_low_support_group_count_v2", + "bindings": { + "group_col": "as_000", + "top_k": 11, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 27588.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT\n {group_col},\n COUNT(*) AS support\nFROM {table}\nGROUP BY {group_col}\nORDER BY support ASC, {group_col}\nLIMIT {top_k};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba1b124b687283bd468ff57fb623a6e4281051a9 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-bbd2-7172-a11a-a9d9eec985c6"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0f71b8c6adc2cdd7aa8d08209ab3b41a77319b1 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-bbd2-7172-a11a-a9d9eec985c6"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4a35c099a8a8ac67dad00fe331a346c30fd2e4a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-cd41-74b0-b0f0-8c6c11788bf1"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..dea16478ad27e8a4e2d6760127caeed522425550 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4113-cd41-74b0-b0f0-8c6c11788bf1"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_d70fa7e9782fa0ca/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..859eddf4a7fd8f1a4fb112eb8642e1f4927d6c1f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:28:29.600936+00:00", + "ended_at": "2026-05-19T16:28:33.083293+00:00", + "elapsed_ms": 3482.31, + "returncode": 1, + "prompt_metrics": { + "chars": 68441, + "bytes_utf8": 68441, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..af7390a05eeea77166e311fd55e86a892f86ae2a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:28:34.087347+00:00", + "ended_at": "2026-05-19T16:28:37.703080+00:00", + "elapsed_ms": 3615.61, + "returncode": 1, + "prompt_metrics": { + "chars": 68441, + "bytes_utf8": 68441, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2b3690e876b4b58495a347f9c431d78962cdfb7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_threshold_rarity_cdf", + "template_name": "Threshold Rarity CDF", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT AVG(CASE WHEN {measure_col} <= {measure_threshold} THEN 1 ELSE 0 END) AS empirical_cdf_at_threshold\nFROM {table};", + "required_roles": [ + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Threshold Rarity CDF to probe tail_set_consistency with semantic role rare_extreme_view. Focus on measure_col=cs_007.", + "planned_template_id": "tpl_threshold_rarity_cdf", + "bindings": { + "measure_col": "cs_007", + "top_k": 14, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 18796.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT AVG(CASE WHEN {measure_col} <= {measure_threshold} THEN 1 ELSE 0 END) AS empirical_cdf_at_threshold\nFROM {table};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2b3690e876b4b58495a347f9c431d78962cdfb7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_threshold_rarity_cdf", + "template_name": "Threshold Rarity CDF", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT AVG(CASE WHEN {measure_col} <= {measure_threshold} THEN 1 ELSE 0 END) AS empirical_cdf_at_threshold\nFROM {table};", + "required_roles": [ + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Threshold Rarity CDF to probe tail_set_consistency with semantic role rare_extreme_view. Focus on measure_col=cs_007.", + "planned_template_id": "tpl_threshold_rarity_cdf", + "bindings": { + "measure_col": "cs_007", + "top_k": 14, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 18796.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT AVG(CASE WHEN {measure_col} <= {measure_threshold} THEN 1 ELSE 0 END) AS empirical_cdf_at_threshold\nFROM {table};" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1b094089510dc0b6024f88645c37f150a6647bb --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4111-3f97-75a1-8230-82c69cd11a7f"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..0623d177591eb1727cb968a93fd9f159fb617ff0 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4111-3f97-75a1-8230-82c69cd11a7f"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2425f94eeec7a4a038ead2f09ccfed87167c181 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4111-5126-73a3-9be4-14c7eee6db1c"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..524454761f508e8c881c1fd47a28ea6ee2967893 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4111-5126-73a3-9be4-14c7eee6db1c"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_da75ef7a79b8067d/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_dce7a19d82ad56e4/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_dce7a19d82ad56e4/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..25f115ecf390f782c63290aaf4db6112cbe5f1f3 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_dce7a19d82ad56e4/run_manifest.json @@ -0,0 +1,69 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:33:50.644095+00:00", + "ended_at": "2026-05-19T16:33:58.350388+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_dce7a19d82ad56e4", + "problem_id": "v2p_n18_96a1479fd72350f6", + "dataset_id": "n18", + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "family_id": "conditional_dependency_structure", + "canonical_subitem_id": "direction_consistency", + "intended_facet_id": "conditional_rate_shift", + "variant_semantic_role": "filtered_stable_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Window Partition Average to probe direction_consistency with semantic role filtered_stable_view. Focus on group_col=db_000, measure_col=ee_000.", + "bindings": { + "group_col": "db_000", + "measure_col": "ee_000", + "top_k": 19, + "top_n": 7, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 436478.24, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "notes": [ + "default_facets=conditional_rate_shift", + "template_selection_mode=rule", + "problem_index_within_template=8", + "sql_variant_index=2/2", + "binding_index=139" + ], + "template_selection_mode": "rule", + "selected_template_rank": 12, + "problem_index_within_template": 8, + "sql_variant_index": 2, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_dce7a19d82ad56e4/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_dce7a19d82ad56e4/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..e770ad76d1a52e31185f06091c7420fd6566b558 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_dce7a19d82ad56e4/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:33:53.874330+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3187.41, "started_at": "2026-05-19T16:33:50.685495+00:00", "ended_at": "2026-05-19T16:33:53.872953+00:00", "prompt_metrics": {"chars": 68589, "bytes_utf8": 68589, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4116-25e0-7013-9992-2094d3aedfbf\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:33:58.350248+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3470.08, "started_at": "2026-05-19T16:33:54.878664+00:00", "ended_at": "2026-05-19T16:33:58.348802+00:00", "prompt_metrics": {"chars": 68589, "bytes_utf8": 68589, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4116-3626-72b0-8cd7-25360b05ef2a\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..9394c1ada7c06b30cfe03a88486cfdb2f0b76c78 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:10:24.535035+00:00", + "ended_at": "2026-05-19T16:10:27.867945+00:00", + "elapsed_ms": 3332.88, + "returncode": 1, + "prompt_metrics": { + "chars": 68502, + "bytes_utf8": 68502, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..d06425a75f6b011d76b47834aba95ec657309156 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:10:28.871690+00:00", + "ended_at": "2026-05-19T16:10:31.827579+00:00", + "elapsed_ms": 2955.86, + "returncode": 1, + "prompt_metrics": { + "chars": 68502, + "bytes_utf8": 68502, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d3f796f06a40031d68e5a444db3eda9b47c7e72 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "primary_family": "subgroup_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=ar_000, measure_col=af_000.", + "planned_template_id": "tpl_h2o_group_sum", + "bindings": { + "group_col": "ar_000", + "measure_col": "af_000", + "top_k": 15, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 172.24, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d3f796f06a40031d68e5a444db3eda9b47c7e72 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "primary_family": "subgroup_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=ar_000, measure_col=af_000.", + "planned_template_id": "tpl_h2o_group_sum", + "bindings": { + "group_col": "ar_000", + "measure_col": "af_000", + "top_k": 15, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 172.24, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..d34cf75f8bee2395f6e436b0fa04aff4d0ef1099 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4100-b0a7-7b22-8d88-3f633691bc2b"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc2e40130c37609ab9ef168984ef711dbddde897 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4100-b0a7-7b22-8d88-3f633691bc2b"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..16951108927beaf97f6fb4d2ecbe62500f1fd5ed --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4100-c1a5-7133-b958-aaa36d17d315"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..0eac7affee05037b1a51953678bdf940a11a2c22 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4100-c1a5-7133-b958-aaa36d17d315"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_decbc8c1b15515dd/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..ca1e4fc195053f13b39896206e524c841128bb41 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:10:08.805465+00:00", + "ended_at": "2026-05-19T16:10:12.185268+00:00", + "elapsed_ms": 3379.78, + "returncode": 1, + "prompt_metrics": { + "chars": 68500, + "bytes_utf8": 68500, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..c89370231dcc869d77d2b7cd867f0fc7eedfdcfc --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:10:13.189030+00:00", + "ended_at": "2026-05-19T16:10:16.272890+00:00", + "elapsed_ms": 3083.82, + "returncode": 1, + "prompt_metrics": { + "chars": 68500, + "bytes_utf8": 68500, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f8b7e26b0936b1f52df6cdeaad9c6afeb38c56c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "primary_family": "subgroup_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=aj_000, measure_col=ae_000.", + "planned_template_id": "tpl_h2o_group_sum", + "bindings": { + "group_col": "aj_000", + "measure_col": "ae_000", + "top_k": 19, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 68.24, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f8b7e26b0936b1f52df6cdeaad9c6afeb38c56c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "primary_family": "subgroup_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=aj_000, measure_col=ae_000.", + "planned_template_id": "tpl_h2o_group_sum", + "bindings": { + "group_col": "aj_000", + "measure_col": "ae_000", + "top_k": 19, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 68.24, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..7fa658f4e663bcf5e834e62fcdc1d27044cc8d3e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4100-732c-70e2-bdb7-280a3809a7de"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..af489793ac92db2a461e6f83c290de5ccedcdbd2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4100-732c-70e2-bdb7-280a3809a7de"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c32d22d90abcf64cc9a13ad3f19228e4363fd64 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4100-8459-7dd1-a6a5-481cd2d0e280"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..8875f5bf392d0d107b08bf34fde74d84404c2e11 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4100-8459-7dd1-a6a5-481cd2d0e280"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e0c274979ad1ac97/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..f4a857b95d2b183abcbd245cc2747d3234c64e28 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:13:54.349761+00:00", + "ended_at": "2026-05-19T16:13:57.685222+00:00", + "elapsed_ms": 3335.43, + "returncode": 1, + "prompt_metrics": { + "chars": 68912, + "bytes_utf8": 68912, + "lines": 2150, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..d0dfca71f0961aa05fc39898c25867077eb85cd1 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:13:58.689301+00:00", + "ended_at": "2026-05-19T16:14:02.048672+00:00", + "elapsed_ms": 3359.34, + "returncode": 1, + "prompt_metrics": { + "chars": 68912, + "bytes_utf8": 68912, + "lines": 2150, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa5fae1761087c0fb6ea5fdfa98e9ff4edc4a8e8 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2150 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "required_roles": [ + "group_col", + "item_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role within_group_proportion. Focus on group_col=ar_000, measure_col=ay_005.", + "planned_template_id": "tpl_tpcds_within_group_share", + "bindings": { + "group_col": "ar_000", + "measure_col": "ay_005", + "item_col": "av_000", + "top_k": 19, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 47857.52, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa5fae1761087c0fb6ea5fdfa98e9ff4edc4a8e8 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2150 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "required_roles": [ + "group_col", + "item_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role within_group_proportion. Focus on group_col=ar_000, measure_col=ay_005.", + "planned_template_id": "tpl_tpcds_within_group_share", + "bindings": { + "group_col": "ar_000", + "measure_col": "ay_005", + "item_col": "av_000", + "top_k": 19, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 47857.52, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..766051ba35d3baf6ffc15a87e99456642b6d9051 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4103-e447-74d3-bb34-75d27110c531"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..c26e1f8750728e49eaac9011b686998a70b6ea87 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4103-e447-74d3-bb34-75d27110c531"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee2816fa0c8f8f10675445ab7c998bfdb71cbdc5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4103-f522-71a3-aa17-be9549324e41"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb1e3fc045ecd8f24086d6509b85c4ebcebc4120 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4103-f522-71a3-aa17-be9549324e41"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e578a799b460c531/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e9007e80e9276d64/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e9007e80e9276d64/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..4d92f3ca93909ef2026885e328530d0852dd2699 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e9007e80e9276d64/run_manifest.json @@ -0,0 +1,67 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:11:34.025412+00:00", + "ended_at": "2026-05-19T16:11:41.470220+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_e9007e80e9276d64", + "problem_id": "v2p_n18_7bfff8b8aba2a1b9", + "dataset_id": "n18", + "template_id": "tpl_clickbench_group_count", + "template_name": "Grouped Count by Category", + "family_id": "subgroup_structure", + "canonical_subitem_id": "subgroup_size_stability", + "intended_facet_id": "subgroup_distribution_shift", + "variant_semantic_role": "count_distribution", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Count by Category to probe subgroup_size_stability with semantic role count_distribution. Focus on group_col=ch_000.", + "bindings": { + "group_col": "ch_000", + "top_k": 14, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 1167164.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col}, COUNT(*) AS row_count\nFROM {table}\nGROUP BY {group_col}\nORDER BY row_count DESC;", + "notes": [ + "default_facets=subgroup_distribution_shift", + "template_selection_mode=rule", + "problem_index_within_template=3", + "sql_variant_index=1/1", + "binding_index=14" + ], + "template_selection_mode": "rule", + "selected_template_rank": 2, + "problem_index_within_template": 3, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e9007e80e9276d64/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e9007e80e9276d64/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f3006fcb92ad5ab8b28df64c3a1cb81481c19744 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e9007e80e9276d64/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:11:37.177378+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3121.5, "started_at": "2026-05-19T16:11:34.054545+00:00", "ended_at": "2026-05-19T16:11:37.176074+00:00", "prompt_metrics": {"chars": 68417, "bytes_utf8": 68417, "lines": 2146, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4101-c034-7cf1-83d6-23dcf50f9743\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:11:41.470118+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3287.26, "started_at": "2026-05-19T16:11:38.181785+00:00", "ended_at": "2026-05-19T16:11:41.469097+00:00", "prompt_metrics": {"chars": 68417, "bytes_utf8": 68417, "lines": 2146, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4101-d01c-7c12-b8ff-58f83ee6a9de\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e9e64f2d3beca6ac/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e9e64f2d3beca6ac/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..7ecc6f7ee27be37fa62f0687fa693ebac7c0819f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e9e64f2d3beca6ac/run_manifest.json @@ -0,0 +1,69 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:21:51.077945+00:00", + "ended_at": "2026-05-19T16:21:58.685564+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_e9e64f2d3beca6ac", + "problem_id": "v2p_n18_738ec05dff25c37a", + "dataset_id": "n18", + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "family_id": "tail_rarity_structure", + "canonical_subitem_id": "tail_mass_similarity", + "intended_facet_id": "tail_ranked_signal", + "variant_semantic_role": "filtered_stable_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role filtered_stable_view. Focus on group_col=as_000, measure_col=cb_000.", + "bindings": { + "group_col": "as_000", + "measure_col": "cb_000", + "top_k": 18, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 567700.8, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "measure_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "notes": [ + "default_facets=tail_ranked_signal", + "template_selection_mode=rule", + "problem_index_within_template=7", + "sql_variant_index=2/2", + "binding_index=78" + ], + "template_selection_mode": "rule", + "selected_template_rank": 7, + "problem_index_within_template": 7, + "sql_variant_index": 2, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e9e64f2d3beca6ac/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e9e64f2d3beca6ac/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f3b2a69142814795fd4ed30ef13811b1c4945904 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_e9e64f2d3beca6ac/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:21:54.231752+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3124.92, "started_at": "2026-05-19T16:21:51.105901+00:00", "ended_at": "2026-05-19T16:21:54.230845+00:00", "prompt_metrics": {"chars": 69059, "bytes_utf8": 69059, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410b-2a8a-71f1-8068-c985c19ce192\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:21:58.685474+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3450.64, "started_at": "2026-05-19T16:21:55.233933+00:00", "ended_at": "2026-05-19T16:21:58.684598+00:00", "prompt_metrics": {"chars": 69059, "bytes_utf8": 69059, "lines": 2148, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410b-3aa0-7b42-b461-c2d4027e8d2b\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ed051819c62d7d90/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ed051819c62d7d90/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..0fdf02c623da09c54e9a5c21930b8f8d24d4ad4b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ed051819c62d7d90/run_manifest.json @@ -0,0 +1,73 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:17:20.592586+00:00", + "ended_at": "2026-05-19T16:17:29.503629+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_ed051819c62d7d90", + "problem_id": "v2p_n18_65d766c11f2ddffb", + "dataset_id": "n18", + "template_id": "tpl_c2_filtered_group_count_2d", + "template_name": "Filtered Two-Dimensional Group Count", + "family_id": "conditional_dependency_structure", + "canonical_subitem_id": "slice_level_consistency", + "intended_facet_id": "conditional_interaction_hotspots", + "variant_semantic_role": "count_distribution", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Filtered Two-Dimensional Group Count to probe slice_level_consistency with semantic role count_distribution. Focus on group_col=ae_000, group_col_2=cf_000.", + "bindings": { + "group_col": "ae_000", + "group_col_2": "cf_000", + "predicate_col": "ba_001", + "predicate_op": ">=", + "predicate_value": 641214.0, + "top_k": 14, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 96.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "group_col_2", + "predicate_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col}, {group_col_2}, COUNT(*) AS row_count\nFROM {table}\nWHERE {predicate_col} {predicate_op} {predicate_value}\nGROUP BY {group_col}, {group_col_2}\nORDER BY row_count DESC;", + "notes": [ + "default_facets=conditional_interaction_hotspots", + "template_selection_mode=rule", + "problem_index_within_template=7", + "sql_variant_index=1/1", + "binding_index=54" + ], + "template_selection_mode": "rule", + "selected_template_rank": 5, + "problem_index_within_template": 7, + "sql_variant_index": 1, + "sql_variant_total": 1 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ed051819c62d7d90/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ed051819c62d7d90/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..cb0645a366c21a7b2cc67902fe978a32f9c74eb7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ed051819c62d7d90/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:17:25.202822+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 4566.95, "started_at": "2026-05-19T16:17:20.633682+00:00", "ended_at": "2026-05-19T16:17:25.200681+00:00", "prompt_metrics": {"chars": 68811, "bytes_utf8": 68811, "lines": 2152, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4107-0a64-7421-a649-f5ade45cd61d\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:17:29.503511+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3296.26, "started_at": "2026-05-19T16:17:26.205833+00:00", "ended_at": "2026-05-19T16:17:29.502145+00:00", "prompt_metrics": {"chars": 68811, "bytes_utf8": 68811, "lines": 2152, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4107-2061-7863-a13a-b603de5fdd78\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..274a3840dc6367f2a1a4d3d4d6d04c326f933ee2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:25:06.621689+00:00", + "ended_at": "2026-05-19T16:25:11.403648+00:00", + "elapsed_ms": 4781.91, + "returncode": 1, + "prompt_metrics": { + "chars": 68679, + "bytes_utf8": 68679, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..745070a07d22ff2892c79ff6efc26ddc105a2701 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:25:12.408831+00:00", + "ended_at": "2026-05-19T16:25:17.022153+00:00", + "elapsed_ms": 4613.27, + "returncode": 1, + "prompt_metrics": { + "chars": 68679, + "bytes_utf8": 68679, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f1f48dfa3e1e9cbbaa59fd8a6bcd69bedb3baf2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role ranked_signal_view. Focus on group_col=cy_000, measure_col=cn_001.", + "planned_template_id": "tpl_grouped_percentile_point", + "bindings": { + "group_col": "cy_000", + "measure_col": "cn_001", + "top_k": 15, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 2491.6, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f1f48dfa3e1e9cbbaa59fd8a6bcd69bedb3baf2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_grouped_percentile_point", + "template_name": "Grouped Percentile Point", + "primary_family": "tail_rarity_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Percentile Point to probe tail_concentration_consistency with semantic role ranked_signal_view. Focus on group_col=cy_000, measure_col=cn_001.", + "planned_template_id": "tpl_grouped_percentile_point", + "bindings": { + "group_col": "cy_000", + "measure_col": "cn_001", + "top_k": 15, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 2491.6, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n PERCENTILE_CONT({percentile_value}) WITHIN GROUP (ORDER BY {measure_col}) AS percentile_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY percentile_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..629bfd6fb2bf1d3b26c074555126a2104dbe66f2 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410e-26b7-7bd3-842d-df471923046e"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..dda6c0e1e059281ad54768fff6c5c8d6598b40ad --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410e-26b7-7bd3-842d-df471923046e"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..82f526343cbff16ce6fceacdd7cc163f7b593e7c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410e-3d43-7680-a650-73f190e8acc9"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8b3855edf0c4bdb8cf1ccf571c5a07e925506c1 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410e-3d43-7680-a650-73f190e8acc9"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_ef3721094121aba8/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..c32178ce73d0a69965d7b6030bd2aa861020ef35 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:09:32.838097+00:00", + "ended_at": "2026-05-19T16:09:35.717585+00:00", + "elapsed_ms": 2879.46, + "returncode": 1, + "prompt_metrics": { + "chars": 68500, + "bytes_utf8": 68500, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..b7ba49ebe18d1abb682d27d979721d98685ff8a1 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:09:36.720274+00:00", + "ended_at": "2026-05-19T16:09:39.940459+00:00", + "elapsed_ms": 3220.15, + "returncode": 1, + "prompt_metrics": { + "chars": 68500, + "bytes_utf8": 68500, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb67e4bf3d7eb0f8163e30f0711df70118943d0b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "primary_family": "subgroup_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=ae_000, measure_col=ac_000.", + "planned_template_id": "tpl_h2o_group_sum", + "bindings": { + "group_col": "ae_000", + "measure_col": "ac_000", + "top_k": 12, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 1204.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb67e4bf3d7eb0f8163e30f0711df70118943d0b --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "primary_family": "subgroup_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=ae_000, measure_col=ac_000.", + "planned_template_id": "tpl_h2o_group_sum", + "bindings": { + "group_col": "ae_000", + "measure_col": "ac_000", + "top_k": 12, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 1204.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..10e720de1c2a6a1fd33a3dffa86f08c6b8267888 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e40ff-e6ae-7d81-a8e4-9982400ef3ad"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..bab095d8a0c9d75b7bedb0c301b10a4a15a76f63 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e40ff-e6ae-7d81-a8e4-9982400ef3ad"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc213a6276cff8917680c3cc18141f2fdbbf8ee9 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e40ff-f5d8-7cf2-9177-a26f01b6cc0a"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1042bf32f4041d5bd697a7b366190b236aa1405 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e40ff-f5d8-7cf2-9177-a26f01b6cc0a"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_efabf6838fb142ea/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f096b0c18f6c6c80/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f096b0c18f6c6c80/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..783de1c7528e7d63d27eadea134594c2916004cb --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f096b0c18f6c6c80/run_manifest.json @@ -0,0 +1,72 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:26:41.265496+00:00", + "ended_at": "2026-05-19T16:26:49.472010+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_f096b0c18f6c6c80", + "problem_id": "v2p_n18_39903887e709c1e6", + "dataset_id": "n18", + "template_id": "tpl_m4_group_condition_rate", + "template_name": "Grouped Condition Rate", + "family_id": "conditional_dependency_structure", + "canonical_subitem_id": "dependency_strength_similarity", + "intended_facet_id": "pairwise_conditional_dependency", + "variant_semantic_role": "within_group_proportion", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Condition Rate to probe dependency_strength_similarity with semantic role within_group_proportion. Focus on group_col=ae_000, condition_col=class.", + "bindings": { + "group_col": "ae_000", + "condition_col": "class", + "condition_value": "neg", + "positive_value": "neg", + "negative_value": "pos", + "top_k": 13, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 254.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "condition_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;", + "notes": [ + "default_facets=pairwise_conditional_dependency", + "template_selection_mode=rule", + "problem_index_within_template=3", + "sql_variant_index=1/2", + "binding_index=98" + ], + "template_selection_mode": "rule", + "selected_template_rank": 9, + "problem_index_within_template": 3, + "sql_variant_index": 1, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f096b0c18f6c6c80/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f096b0c18f6c6c80/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a37cb24afd24f51ac15c88f1010acf68b46ecb64 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f096b0c18f6c6c80/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:26:44.744222+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3436.22, "started_at": "2026-05-19T16:26:41.306685+00:00", "ended_at": "2026-05-19T16:26:44.742949+00:00", "prompt_metrics": {"chars": 68753, "bytes_utf8": 68753, "lines": 2151, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410f-987c-7ee0-976e-acfd3a105388\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:26:49.471870+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3720.85, "started_at": "2026-05-19T16:26:45.748824+00:00", "ended_at": "2026-05-19T16:26:49.469741+00:00", "prompt_metrics": {"chars": 68753, "bytes_utf8": 68753, "lines": 2151, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410f-aa0b-7c02-a966-4f80e38e813a\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..554026b6f5a760346a5bdc63c86305f488a15d52 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:09:04.544307+00:00", + "ended_at": "2026-05-19T16:09:08.017202+00:00", + "elapsed_ms": 3472.86, + "returncode": 1, + "prompt_metrics": { + "chars": 68501, + "bytes_utf8": 68501, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..40f6b42caef59ab3bd707832ba85d5a36aa2c752 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:09:09.020126+00:00", + "ended_at": "2026-05-19T16:09:12.532453+00:00", + "elapsed_ms": 3512.29, + "returncode": 1, + "prompt_metrics": { + "chars": 68501, + "bytes_utf8": 68501, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..636b892287212f42c8356634a0ffa2b34217637c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "primary_family": "subgroup_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=class, measure_col=aa_000.", + "planned_template_id": "tpl_h2o_group_sum", + "bindings": { + "group_col": "class", + "measure_col": "aa_000", + "top_k": 15, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 35545.04, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..636b892287212f42c8356634a0ffa2b34217637c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_h2o_group_sum", + "template_name": "Grouped Numeric Sum", + "primary_family": "subgroup_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Numeric Sum to probe internal_profile_stability with semantic role collapsed_target_view. Focus on group_col=class, measure_col=aa_000.", + "planned_template_id": "tpl_h2o_group_sum", + "bindings": { + "group_col": "class", + "measure_col": "aa_000", + "top_k": 15, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 35545.04, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, SUM({measure_col}) AS total_measure\nFROM {table}\nGROUP BY {group_col}\nORDER BY total_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..bdf0c90636286e5a77460cf414f78e8f09ab3261 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e40ff-7821-7c00-b6de-accb59690852"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc61d40168a808afe0234ac6f77f9c127934b8cf --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e40ff-7821-7c00-b6de-accb59690852"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..da253ffce4d698b99901bb1fca1704da636a4c6e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e40ff-89e5-7f52-b936-17ad2a429a56"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..90aac6069ec753cd8664577403fd3fc475c0d326 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e40ff-89e5-7f52-b936-17ad2a429a56"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f106247b7dd464bc/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..76248583c7ad9bd37cbd1cf226a600fa58cec922 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:17:52.148821+00:00", + "ended_at": "2026-05-19T16:17:55.713632+00:00", + "elapsed_ms": 3564.76, + "returncode": 1, + "prompt_metrics": { + "chars": 68677, + "bytes_utf8": 68677, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..e1bad04102ced8e0a11032f6dc6902b75b2c8a19 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:17:56.719352+00:00", + "ended_at": "2026-05-19T16:18:05.264925+00:00", + "elapsed_ms": 8545.5, + "returncode": 1, + "prompt_metrics": { + "chars": 68677, + "bytes_utf8": 68677, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8266b6e39dc00f94f2cffc8b6fa9a322e52b920 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_quantile_tail_slice", + "template_name": "Quantile Tail Slice", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;", + "required_roles": [ + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Quantile Tail Slice to probe tail_set_consistency with semantic role rare_extreme_view. Focus on measure_col=bi_000.", + "planned_template_id": "tpl_m4_quantile_tail_slice", + "bindings": { + "measure_col": "bi_000", + "top_k": 10, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 362196.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8266b6e39dc00f94f2cffc8b6fa9a322e52b920 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_quantile_tail_slice", + "template_name": "Quantile Tail Slice", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;", + "required_roles": [ + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Quantile Tail Slice to probe tail_set_consistency with semantic role rare_extreme_view. Focus on measure_col=bi_000.", + "planned_template_id": "tpl_m4_quantile_tail_slice", + "bindings": { + "measure_col": "bi_000", + "top_k": 10, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 362196.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..c58e105f8fb22b2fea4731b57b929e13077b3a40 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4107-858b-7743-b3b8-bfacb5b63043"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9dd53816808e34b32f9886806c9dd7e9fd6f55a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4107-858b-7743-b3b8-bfacb5b63043"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..c88b659bf5140a90f90c60bf3964e874913ccacb --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4107-9782-7411-903c-3ffacf2b8294"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..bad5aab4686ca9da012a6e61fb0fc876cf875704 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4107-9782-7411-903c-3ffacf2b8294"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f18e44c6e34e3afa/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..4d4904dd3e68725811b0c3d5ae42ebbeb548c16c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:12:50.403221+00:00", + "ended_at": "2026-05-19T16:12:54.058870+00:00", + "elapsed_ms": 3655.62, + "returncode": 1, + "prompt_metrics": { + "chars": 68910, + "bytes_utf8": 68910, + "lines": 2150, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..b96210a186d4ee4d2de2aeebec0f318c0433d9a5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:12:55.064825+00:00", + "ended_at": "2026-05-19T16:12:58.136511+00:00", + "elapsed_ms": 3071.64, + "returncode": 1, + "prompt_metrics": { + "chars": 68910, + "bytes_utf8": 68910, + "lines": 2150, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..1fc72f98f7320e56696b5141224cf06489661f4c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2150 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "required_roles": [ + "group_col", + "item_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role within_group_proportion. Focus on group_col=ab_000, measure_col=av_000.", + "planned_template_id": "tpl_tpcds_within_group_share", + "bindings": { + "group_col": "ab_000", + "measure_col": "av_000", + "item_col": "ar_000", + "top_k": 15, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 376.08, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..1fc72f98f7320e56696b5141224cf06489661f4c --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2150 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "required_roles": [ + "group_col", + "item_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role within_group_proportion. Focus on group_col=ab_000, measure_col=av_000.", + "planned_template_id": "tpl_tpcds_within_group_share", + "bindings": { + "group_col": "ab_000", + "measure_col": "av_000", + "item_col": "ar_000", + "top_k": 15, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 376.08, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ead6d4c038d7b281100c401c1baf2872cf6a7fb --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4102-ea66-71d3-b7e8-db98224d951b"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..8eba83953a65c4e6837aba3f5cda4e33ff11a4c8 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4102-ea66-71d3-b7e8-db98224d951b"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..38edb2cc0f6bfb605459d58b020807d763c21d35 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4102-fca9-7990-930e-21df33ac59d5"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e10c0865527d17e53f131263510f7121f5d10f0 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4102-fca9-7990-930e-21df33ac59d5"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f3ab82cc5c693985/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f40a9097e739b6ae/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f40a9097e739b6ae/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..86627560028206e5b278786b8bdc77c0640fe329 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f40a9097e739b6ae/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:15:22.070326+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3159.55, "started_at": "2026-05-19T16:15:18.909717+00:00", "ended_at": "2026-05-19T16:15:22.069297+00:00", "prompt_metrics": {"chars": 69310, "bytes_utf8": 69310, "lines": 2151, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4105-2eb7-7b51-afcb-390fe7fbc944\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:15:26.436390+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3360.1, "started_at": "2026-05-19T16:15:23.074341+00:00", "ended_at": "2026-05-19T16:15:26.434498+00:00", "prompt_metrics": {"chars": 69310, "bytes_utf8": 69310, "lines": 2151, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e4105-3ed0-7780-b6ce-5a6853ce1b4b\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..c92e24af6c680b697fe53c881a0f6cdba02cfebd --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:18:05.315894+00:00", + "ended_at": "2026-05-19T16:18:08.308444+00:00", + "elapsed_ms": 2992.5, + "returncode": 1, + "prompt_metrics": { + "chars": 68676, + "bytes_utf8": 68676, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..feec9e2f48d0998a0c8f9570fffbc5a84c3c92d4 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:18:09.315037+00:00", + "ended_at": "2026-05-19T16:18:13.006691+00:00", + "elapsed_ms": 3691.59, + "returncode": 1, + "prompt_metrics": { + "chars": 68676, + "bytes_utf8": 68676, + "lines": 2146, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..64b3a364f1874456d6da86575982fb7087bbaf1e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_quantile_tail_slice", + "template_name": "Quantile Tail Slice", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;", + "required_roles": [ + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Quantile Tail Slice to probe tail_set_consistency with semantic role rare_extreme_view. Focus on measure_col=bj_000.", + "planned_template_id": "tpl_m4_quantile_tail_slice", + "bindings": { + "measure_col": "bj_000", + "top_k": 11, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 232192.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..64b3a364f1874456d6da86575982fb7087bbaf1e --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2146 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_quantile_tail_slice", + "template_name": "Quantile Tail Slice", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;", + "required_roles": [ + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Quantile Tail Slice to probe tail_set_consistency with semantic role rare_extreme_view. Focus on measure_col=bj_000.", + "planned_template_id": "tpl_m4_quantile_tail_slice", + "bindings": { + "measure_col": "bj_000", + "top_k": 11, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 232192.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH buckets AS (\n SELECT {measure_col},\n NTILE({num_tiles}) OVER (ORDER BY {measure_col} DESC) AS tail_bucket\n FROM {table}\n)\nSELECT {measure_col}\nFROM buckets\nWHERE tail_bucket = 1\nORDER BY {measure_col} DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2588002a7fd03549b8c148788c4306f8cc1b1c4 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4107-b8ed-7a10-9b9f-347a75d3decd"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..1df98fddaed92e9fcbd33d6d27ac175c6033c846 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4107-b8ed-7a10-9b9f-347a75d3decd"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..adae57f1fde13649859fe5709fb36e8ae97da68a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4107-c8b7-7ca2-87af-e4894ffb52d2"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4861fa450069dee57c8d7f5d8cc94bcd47d06f3 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4107-c8b7-7ca2-87af-e4894ffb52d2"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f4ec4bdaa51c9905/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..c2fb718b84370e9423d95497584d6566fc6a5612 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:12:29.331162+00:00", + "ended_at": "2026-05-19T16:12:32.559544+00:00", + "elapsed_ms": 3228.35, + "returncode": 1, + "prompt_metrics": { + "chars": 68904, + "bytes_utf8": 68904, + "lines": 2150, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..e20ea11cf5964118128f01519529870d85d25181 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:12:33.564395+00:00", + "ended_at": "2026-05-19T16:12:36.739941+00:00", + "elapsed_ms": 3175.5, + "returncode": 1, + "prompt_metrics": { + "chars": 68904, + "bytes_utf8": 68904, + "lines": 2150, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b584352b2acbf754979fd2b01619ece0ae75766 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2150 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "required_roles": [ + "group_col", + "item_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role focused_target_view. Focus on group_col=class, measure_col=at_000.", + "planned_template_id": "tpl_tpcds_within_group_share", + "bindings": { + "group_col": "class", + "measure_col": "at_000", + "item_col": "aq_000", + "top_k": 19, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 2855.68, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b584352b2acbf754979fd2b01619ece0ae75766 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2150 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpcds_within_group_share", + "template_name": "Within-Group Share of Total", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;", + "required_roles": [ + "group_col", + "item_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Within-Group Share of Total to probe dependency_strength_similarity with semantic role focused_target_view. Focus on group_col=class, measure_col=at_000.", + "planned_template_id": "tpl_tpcds_within_group_share", + "bindings": { + "group_col": "class", + "measure_col": "at_000", + "item_col": "aq_000", + "top_k": 19, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 2855.68, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col}, {item_col},\n SUM({measure_col}) AS total_measure,\n SUM({measure_col}) * 100.0 / SUM(SUM({measure_col})) OVER (PARTITION BY {group_col}) AS share_within_group\nFROM {table}\nGROUP BY {group_col}, {item_col}\nORDER BY share_within_group DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..19abf881722f68746c1c086f4d240ce52bc8a916 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4102-9812-7531-afda-8d27098fe69b"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..13cbe6a29ac6ea356b9ac2a4c8023899595df447 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4102-9812-7531-afda-8d27098fe69b"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..44c3899c2456236c985cc34087162bb099191e4f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4102-a8a8-7a40-95a4-f01f2eda47bf"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..1dfc9e2f65c7c9717c6b03ec8fd82f3d7017e417 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4102-a8a8-7a40-95a4-f01f2eda47bf"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f73be74eddadf154/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..5f4be04cee07aae2da4963d8d4cfb3e95727ec8f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:31:44.619964+00:00", + "ended_at": "2026-05-19T16:31:48.860686+00:00", + "elapsed_ms": 4240.65, + "returncode": 1, + "prompt_metrics": { + "chars": 68589, + "bytes_utf8": 68589, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..a068808d318c715b6a986de102d2818796803c00 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:31:49.866905+00:00", + "ended_at": "2026-05-19T16:31:53.015078+00:00", + "elapsed_ms": 3148.1, + "returncode": 1, + "prompt_metrics": { + "chars": 68589, + "bytes_utf8": 68589, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ac020ed558257f6c89f87a25977015cf82b6ced --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Window Partition Average to probe slice_level_consistency with semantic role filtered_stable_view. Focus on group_col=cf_000, measure_col=du_000.", + "planned_template_id": "tpl_m4_window_partition_avg", + "bindings": { + "group_col": "cf_000", + "measure_col": "du_000", + "top_k": 12, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 4797440.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ac020ed558257f6c89f87a25977015cf82b6ced --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_window_partition_avg", + "template_name": "Window Partition Average", + "primary_family": "conditional_dependency_structure", + "portability": "partial", + "sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Window Partition Average to probe slice_level_consistency with semantic role filtered_stable_view. Focus on group_col=cf_000, measure_col=du_000.", + "planned_template_id": "tpl_m4_window_partition_avg", + "bindings": { + "group_col": "cf_000", + "measure_col": "du_000", + "top_k": 12, + "top_n": 3, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 4797440.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT DISTINCT {group_col},\n AVG({measure_col}) OVER (PARTITION BY {group_col}) AS avg_measure\nFROM {table}\nORDER BY avg_measure DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..50bc440916d3f62f66ca6b7cf38ab0778a8997a7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4114-396f-71f3-a84d-9f9ba7dadfeb"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..5af9e1b32b3461a918934c0d77dfdd9234fff960 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4114-396f-71f3-a84d-9f9ba7dadfeb"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..7626e7889e8a62de3a5c443ed014fb4fd0e0c584 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4114-4dee-7d10-99fa-629d1aafdbb2"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..f76707c44f88d4087ab66ae7eeac20210932e6e7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4114-4dee-7d10-99fa-629d1aafdbb2"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f86f2992b4a1ab85/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f891d6fdaf139c15/run_manifest.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f891d6fdaf139c15/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..61ea2a2bb58c4af6de0b7781687723c88e7eed46 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f891d6fdaf139c15/run_manifest.json @@ -0,0 +1,72 @@ +{ + "run_id": "v2_cli_20260502_081223_f", + "dataset_id": "n18", + "started_at": "2026-05-19T16:26:49.472589+00:00", + "ended_at": "2026-05-19T16:26:57.455385+00:00", + "status": "failed", + "engine": "cli", + "question_record": { + "query_record_id": "v2q_n18_f891d6fdaf139c15", + "problem_id": "v2p_n18_5aa719301fa9ed6a", + "dataset_id": "n18", + "template_id": "tpl_m4_group_condition_rate", + "template_name": "Grouped Condition Rate", + "family_id": "conditional_dependency_structure", + "canonical_subitem_id": "dependency_strength_similarity", + "intended_facet_id": "pairwise_conditional_dependency", + "variant_semantic_role": "focused_target_view", + "subitem_assignment_source": "planner_selected", + "source_kind": "agent", + "realization_mode": "agent", + "gate_priority": "primary", + "extended_family": false, + "question": "Use template Grouped Condition Rate to probe dependency_strength_similarity with semantic role focused_target_view. Focus on group_col=ae_000, condition_col=class.", + "bindings": { + "group_col": "ae_000", + "condition_col": "class", + "condition_value": "pos", + "positive_value": "neg", + "negative_value": "pos", + "top_k": 18, + "top_n": 6, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 254.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "binding_roles": [ + "group_col", + "condition_col" + ], + "coverage_target_min": "5", + "runtime_sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;", + "notes": [ + "default_facets=pairwise_conditional_dependency", + "template_selection_mode=rule", + "problem_index_within_template=3", + "sql_variant_index=2/2", + "binding_index=98" + ], + "template_selection_mode": "rule", + "selected_template_rank": 9, + "problem_index_within_template": 3, + "sql_variant_index": 2, + "sql_variant_total": 2 + }, + "mode": "subitem_workload_v2", + "sql_source_version": "v2", + "sql_source_label": "v2_current", + "error": "AI CLI command failed with exit code 1: " +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f891d6fdaf139c15/trace.jsonl b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f891d6fdaf139c15/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..438958647828b54db89bb0beb535cfccbb330540 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_f891d6fdaf139c15/trace.jsonl @@ -0,0 +1,2 @@ +{"timestamp": "2026-05-19T16:26:52.825109+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 1, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3309.48, "started_at": "2026-05-19T16:26:49.514452+00:00", "ended_at": "2026-05-19T16:26:52.823980+00:00", "prompt_metrics": {"chars": 68750, "bytes_utf8": 68750, "lines": 2151, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410f-b89a-74a3-a2d8-d119be36f92b\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} +{"timestamp": "2026-05-19T16:26:57.455262+00:00", "event_type": "ai_cli_sql_generation_error", "engine": "v2-cli:codex", "attempt": 2, "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", "returncode": 1, "elapsed_ms": 3623.36, "started_at": "2026-05-19T16:26:53.830469+00:00", "ended_at": "2026-05-19T16:26:57.453886+00:00", "prompt_metrics": {"chars": 68750, "bytes_utf8": 68750, "lines": 2151, "estimated_tokens": null}, "response_metrics": {"chars": 280, "bytes_utf8": 280, "lines": 4, "estimated_tokens": null}, "usage": {}, "stderr_preview": "", "stdout_preview": "{\"type\":\"thread.started\",\"thread_id\":\"019e410f-c96c-7981-a430-7fdf3bc25012\"}\n{\"type\":\"turn.started\"}\n{\"type\":\"error\",\"message\":\"Quota exceeded. Check your plan and billing details.\"}\n{\"type\":\"turn.failed\",\"error\":{\"message\":\"Quota exceeded. Check your plan and billing details.\"}}", "error": "AI CLI command failed with exit code 1: "} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..7f6d2fde7159d17a427761113d264b612ef4b55a --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:27:41.155321+00:00", + "ended_at": "2026-05-19T16:27:44.650485+00:00", + "elapsed_ms": 3495.11, + "returncode": 1, + "prompt_metrics": { + "chars": 68746, + "bytes_utf8": 68746, + "lines": 2151, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..431ddc60ae475195996177c784e63cd20dd4df66 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:27:45.656567+00:00", + "ended_at": "2026-05-19T16:27:49.061863+00:00", + "elapsed_ms": 3405.23, + "returncode": 1, + "prompt_metrics": { + "chars": 68746, + "bytes_utf8": 68746, + "lines": 2151, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..6807d47d7f3b29713348a886106c460d6ec40b00 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2151 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_group_condition_rate", + "template_name": "Grouped Condition Rate", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;", + "required_roles": [ + "group_col", + "condition_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Condition Rate to probe direction_consistency with semantic role within_group_proportion. Focus on group_col=ar_000, condition_col=ch_000.", + "planned_template_id": "tpl_m4_group_condition_rate", + "bindings": { + "group_col": "ar_000", + "condition_col": "ch_000", + "condition_value": "2", + "positive_value": "0", + "negative_value": "2", + "top_k": 16, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 3031738.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..6807d47d7f3b29713348a886106c460d6ec40b00 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2151 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_group_condition_rate", + "template_name": "Grouped Condition Rate", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;", + "required_roles": [ + "group_col", + "condition_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Condition Rate to probe direction_consistency with semantic role within_group_proportion. Focus on group_col=ar_000, condition_col=ch_000.", + "planned_template_id": "tpl_m4_group_condition_rate", + "bindings": { + "group_col": "ar_000", + "condition_col": "ch_000", + "condition_value": "2", + "positive_value": "0", + "negative_value": "2", + "top_k": 16, + "top_n": 5, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 3031738.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..472be76d9628d682a9fd8598eba20b6cee979589 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4110-8251-7e92-92ef-7b34985e439e"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..541779c82cf797ec97a810c177e89a5acb7c36a9 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4110-8251-7e92-92ef-7b34985e439e"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d8525983c85ca09f55fc331baa23f6c1ab9d261 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4110-93f9-7be1-8a90-0f2539414e6f"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..0182c44f8f047c8d50dde745c88a4fbc56f209d7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4110-93f9-7be1-8a90-0f2539414e6f"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc126b22b59067b2/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..e81c24be45dcb9a18239dc8762f13a6ba2c51db0 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:22:44.420797+00:00", + "ended_at": "2026-05-19T16:22:47.579347+00:00", + "elapsed_ms": 3158.49, + "returncode": 1, + "prompt_metrics": { + "chars": 69056, + "bytes_utf8": 69056, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..658a3d3f2142d310fcd5830843bf7942a28b63cd --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:22:48.585471+00:00", + "ended_at": "2026-05-19T16:22:51.884446+00:00", + "elapsed_ms": 3298.91, + "returncode": 1, + "prompt_metrics": { + "chars": 69056, + "bytes_utf8": 69056, + "lines": 2148, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..6630afce3af09b3ea31631ebc3c2af4dfd508491 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role filtered_stable_view. Focus on group_col=az_009, measure_col=ce_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "az_009", + "measure_col": "ce_000", + "top_k": 11, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 64960.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..6630afce3af09b3ea31631ebc3c2af4dfd508491 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2148 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_tpch_relative_total_threshold", + "template_name": "Relative-to-Total Extreme Threshold", + "primary_family": "tail_rarity_structure", + "portability": "partial", + "sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;", + "required_roles": [ + "group_col", + "measure_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Relative-to-Total Extreme Threshold to probe tail_mass_similarity with semantic role filtered_stable_view. Focus on group_col=az_009, measure_col=ce_000.", + "planned_template_id": "tpl_tpch_relative_total_threshold", + "bindings": { + "group_col": "az_009", + "measure_col": "ce_000", + "top_k": 11, + "top_n": 4, + "num_tiles": 10, + "percentile_value": 0.9, + "z_threshold": 2.0, + "fraction_threshold": 0.1, + "baseline_multiplier": 1.5, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 5, + "measure_threshold": 64960.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "WITH grouped AS (\n SELECT {group_col}, SUM({measure_col}) AS group_value\n FROM {table}\n GROUP BY {group_col}\n), total AS (\n SELECT SUM(group_value) AS total_value\n FROM grouped\n)\nSELECT g.{group_col}, g.group_value\nFROM grouped AS g\nCROSS JOIN total AS t\nWHERE g.group_value > t.total_value * {fraction_threshold}\nORDER BY g.group_value DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..0fe9b7925197578031b6151bc0ac9c22ca7e3e01 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410b-fb27-7bf0-9254-934d4443577c"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb66e79455eb7aa72e428e11ad22dece13e6ffc5 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410b-fb27-7bf0-9254-934d4443577c"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..47d67889bb3db60fb7c8d35f2e2102259c3955b1 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410c-0b77-7bd1-8e18-da84d7a73ed0"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..67fc8dcac2c93c8d42e597d4ad3aed3a3574d71f --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e410c-0b77-7bd1-8e18-da84d7a73ed0"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc1d6a4fb2ffce84/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_attempt_1.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_attempt_1.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..d10c8933a5c0d16856217073db6b368e5888ff94 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_attempt_1.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 1, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:28:13.313239+00:00", + "ended_at": "2026-05-19T16:28:16.899656+00:00", + "elapsed_ms": 3586.36, + "returncode": 1, + "prompt_metrics": { + "chars": 68742, + "bytes_utf8": 68742, + "lines": 2151, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_1.txt", + "response_path": "cli/sql_response_attempt_1.txt", + "raw_response_path": "cli/sql_response_attempt_1.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_1.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_attempt_2.metadata.json b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_attempt_2.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..5acbb208310db0f4f9a4ecfb1fb9417e0ed84561 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_attempt_2.metadata.json @@ -0,0 +1,43 @@ +{ + "attempt": 2, + "phase": "sql_generation", + "command": "codex exec --skip-git-repo-check --disable plugins --sandbox read-only --cd \"/data/jialinzhang/SQLagent\" -m gpt-5.4 --json -", + "started_at": "2026-05-19T16:28:17.906110+00:00", + "ended_at": "2026-05-19T16:28:21.919244+00:00", + "elapsed_ms": 4013.06, + "returncode": 1, + "prompt_metrics": { + "chars": 68742, + "bytes_utf8": 68742, + "lines": 2151, + "estimated_tokens": null + }, + "stdout_metrics": { + "chars": 281, + "bytes_utf8": 281, + "lines": 4, + "estimated_tokens": null + }, + "stderr_metrics": { + "chars": 0, + "bytes_utf8": 0, + "lines": 0, + "estimated_tokens": null + }, + "parsed_output": { + "format": "jsonl_events", + "text_metrics": { + "chars": 280, + "bytes_utf8": 280, + "lines": 4, + "estimated_tokens": null + }, + "usage": {} + }, + "status": "failed", + "error": "AI CLI command failed with exit code 1: ", + "prompt_path": "cli/sql_prompt_attempt_2.txt", + "response_path": "cli/sql_response_attempt_2.txt", + "raw_response_path": "cli/sql_response_attempt_2.raw.txt", + "stderr_path": "cli/sql_stderr_attempt_2.txt" +} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_prompt_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_prompt_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..82f05ed88fc74095be0d7db70f9c0e2c3ad40331 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_prompt_attempt_1.txt @@ -0,0 +1,2151 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_group_condition_rate", + "template_name": "Grouped Condition Rate", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;", + "required_roles": [ + "group_col", + "condition_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Condition Rate to probe direction_consistency with semantic role within_group_proportion. Focus on group_col=au_000, condition_col=ch_000.", + "planned_template_id": "tpl_m4_group_condition_rate", + "bindings": { + "group_col": "au_000", + "condition_col": "ch_000", + "condition_value": "2", + "positive_value": "0", + "negative_value": "2", + "top_k": 18, + "top_n": 7, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 500.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_prompt_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_prompt_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..82f05ed88fc74095be0d7db70f9c0e2c3ad40331 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_prompt_attempt_2.txt @@ -0,0 +1,2151 @@ +You are generating one SQLite SELECT query for a single-table SQL QA task. +Return strict JSON only, with this schema: {"sql": "...", "notes": "..."}. +Rules: +- Use only the provided table and columns. +- Do not write INSERT, UPDATE, DELETE, DROP, ALTER, CREATE, PRAGMA, ATTACH, DETACH, or VACUUM. +- Prefer the planned template and bound roles when provided. +- Add a leading SQL comment exactly like: -- template_id: . +- Generate SQLite-compatible SQL. SQLite does not support PERCENTILE_CONT or STDDEV. +- Quote identifiers with double quotes. +- Return no markdown and no extra prose. + +Dataset context: +Dataset context for SQL QA: +- dataset_id: n18 +- dataset_name: Aps Failure At Scania Trucks +- table_name: n18 +- table_layout: single-table dataset (do not assume joins). +- row_semantics: One row is one tabular observation with 170 feature columns and target `class`. +- task_type: classification +- target_column: class +- main_row_count: 76000 +- important_fields: +- class: role=target, type=binary_target. tags=['subgroup_candidate', 'condition_candidate', 'target_candidate'] desc=Target field for class. +- aa_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate'] desc=Numeric field for aa 000. +- ab_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ab 000. +- ac_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ac 000. +- ad_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ad 000. +- ae_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ae 000. +- af_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for af 000. +- ag_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ag 000. +- ag_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ag 001. +- ag_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 002. +- ag_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 003. +- ag_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 004. +- ag_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 005. +- ag_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 006. +- ag_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 007. +- ag_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 008. +- ag_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ag 009. +- ah_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ah 000. +- ai_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ai 000. +- aj_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aj 000. +- ak_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ak 000. +- al_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for al 000. +- am_0: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for am 0. +- an_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for an 000. +- ao_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ao 000. +- ap_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ap 000. +- aq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for aq 000. +- ar_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for ar 000. +- as_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for as 000. +- at_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for at 000. +- au_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for au 000. +- av_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for av 000. +- ax_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ax 000. +- ay_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 000. +- ay_001: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 001. +- ay_002: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 002. +- ay_003: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 003. +- ay_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 004. +- ay_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 005. +- ay_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 006. +- ay_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 007. +- ay_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ay 008. +- ay_009: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for ay 009. +- az_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 000. +- az_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 001. +- az_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 002. +- az_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 003. +- az_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 004. +- az_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 005. +- az_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 006. +- az_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 007. +- az_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 008. +- az_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for az 009. +- ba_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 000. +- ba_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 001. +- ba_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 002. +- ba_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 003. +- ba_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 004. +- ba_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 005. +- ba_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 006. +- ba_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 007. +- ba_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 008. +- ba_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ba 009. +- bb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bb 000. +- bc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bc 000. +- bd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bd 000. +- be_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for be 000. +- bf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bf 000. +- bg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bg 000. +- bh_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bh 000. +- bi_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bi 000. +- bj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bj 000. +- bk_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bk 000. +- bl_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bl 000. +- bm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bm 000. +- bn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bn 000. +- bo_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bo 000. +- bp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bp 000. +- bq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bq 000. +- br_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for br 000. +- bs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bs 000. +- bt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bt 000. +- bu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bu 000. +- bv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bv 000. +- bx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bx 000. +- by_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for by 000. +- bz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for bz 000. +- ca_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ca 000. +- cb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cb 000. +- cc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cc 000. +- cd_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cd 000. +- ce_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ce 000. +- cf_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cf 000. +- cg_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cg 000. +- ch_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ch 000. +- ci_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ci 000. +- cj_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cj 000. +- ck_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ck 000. +- cl_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cl 000. +- cm_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cm 000. +- cn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 000. +- cn_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 001. +- cn_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 002. +- cn_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 003. +- cn_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 004. +- cn_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 005. +- cn_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 006. +- cn_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 007. +- cn_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 008. +- cn_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cn 009. +- co_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for co 000. +- cp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cp 000. +- cq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cq 000. +- cr_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for cr 000. +- cs_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 000. +- cs_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 001. +- cs_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 002. +- cs_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 003. +- cs_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 004. +- cs_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 005. +- cs_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 006. +- cs_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 007. +- cs_008: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cs 008. +- cs_009: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for cs 009. +- ct_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ct 000. +- cu_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cu 000. +- cv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cv 000. +- cx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cx 000. +- cy_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cy 000. +- cz_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for cz 000. +- da_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for da 000. +- db_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'missingness_candidate'] desc=Numeric field for db 000. +- dc_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dc 000. +- dd_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dd 000. +- de_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for de 000. +- df_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for df 000. +- dg_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dg 000. +- dh_000: role=feature, type=numeric_discrete. tags=['subgroup_candidate', 'condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dh 000. +- di_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for di 000. +- dj_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dj 000. +- dk_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dk 000. +- dl_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for dl 000. +- dm_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'high_cardinality_candidate', 'missingness_candidate'] desc=Categorical field for dm 000. +- dn_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dn 000. +- do_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for do 000. +- dp_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dp 000. +- dq_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dq 000. +- dr_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dr 000. +- ds_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ds 000. +- dt_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dt 000. +- du_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for du 000. +- dv_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dv 000. +- dx_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dx 000. +- dy_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for dy 000. +- dz_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for dz 000. +- ea_000: role=feature, type=categorical_binary. tags=['condition_candidate', 'missingness_candidate'] desc=Categorical field for ea 000. +- eb_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for eb 000. +- ec_00: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ec 00. +- ed_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ed 000. +- ee_000: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 000. +- ee_001: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 001. +- ee_002: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 002. +- ee_003: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 003. +- ee_004: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 004. +- ee_005: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 005. +- ee_006: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 006. +- ee_007: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 007. +- ee_008: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 008. +- ee_009: role=feature, type=numeric. tags=['condition_candidate', 'measure', 'high_cardinality_candidate', 'missingness_candidate'] desc=Numeric field for ee 009. +- ef_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for ef 000. +- eg_000: role=feature, type=categorical_binary. tags=['subgroup_candidate', 'condition_candidate', 'missingness_candidate'] desc=Categorical field for eg 000. +- useful_field_combinations: [['class', 'ab_000', 'class'], ['class', 'aa_000', 'class'], ['aa_000', 'ab_000', 'class']] +- fields_requiring_caution: ['class', 'aa_000', 'ac_000', 'ad_000', 'ab_000'] +- source_url: https://archive.ics.uci.edu/dataset/421/aps+failure+at+scania+trucks + +SQLite schema snapshot: +{ + "table_name": "n18", + "quoted_table_name": "\"n18\"", + "row_count": 76000, + "columns": [ + { + "name": "class", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aa_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ab_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ac_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ad_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ae_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "af_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ag_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ah_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ai_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ak_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "al_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "am_0", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "an_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ao_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ap_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "aq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ar_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "as_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "at_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "au_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "av_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ax_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ay_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "az_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ba_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "be_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bi_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bo_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "br_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "by_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "bz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ca_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ce_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cf_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ch_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ci_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ck_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cn_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "co_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cs_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ct_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cu_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "cz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "da_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "db_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dc_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dd_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "de_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "df_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dg_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dh_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "di_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dj_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dk_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dl_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dm_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dn_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "do_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dp_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dq_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dr_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ds_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dt_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "du_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dv_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dx_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dy_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "dz_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ea_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eb_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ec_00", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ed_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_001", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_002", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_003", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_004", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_005", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_006", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_007", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_008", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ee_009", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "ef_000", + "type": "TEXT", + "notnull": false, + "pk": false + }, + { + "name": "eg_000", + "type": "TEXT", + "notnull": false, + "pk": false + } + ], + "sample_rows": [ + { + "class": "neg", + "aa_000": "76698", + "ab_000": "", + "ac_000": "2130706438", + "ad_000": "280", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "37250", + "ag_005": "1432864", + "ag_006": "3664156", + "ag_007": "1007684", + "ag_008": "25896", + "ag_009": "0", + "ah_000": "2551696", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "4933296", + "ao_000": "3655166", + "ap_000": "1766008", + "aq_000": "1132040", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1012", + "ax_000": "268", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "469014", + "ay_006": "4239660", + "ay_007": "703300", + "ay_008": "755876", + "ay_009": "0", + "az_000": "5374", + "az_001": "2108", + "az_002": "4114", + "az_003": "12348", + "az_004": "615248", + "az_005": "5526276", + "az_006": "2378", + "az_007": "4", + "az_008": "0", + "az_009": "0", + "ba_000": "2328746", + "ba_001": "1022304", + "ba_002": "415432", + "ba_003": "287230", + "ba_004": "310246", + "ba_005": "681504", + "ba_006": "1118814", + "ba_007": "3574", + "ba_008": "0", + "ba_009": "0", + "bb_000": "6700214", + "bc_000": "0", + "bd_000": "10", + "be_000": "108", + "bf_000": "50", + "bg_000": "2551696", + "bh_000": "97518", + "bi_000": "947550", + "bj_000": "799478", + "bk_000": "330760", + "bl_000": "353400", + "bm_000": "299160", + "bn_000": "305200", + "bo_000": "283680", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "178540", + "bt_000": "76698.08", + "bu_000": "6700214", + "bv_000": "6700214", + "bx_000": "6599892", + "by_000": "43566", + "bz_000": "68656", + "ca_000": "54064", + "cb_000": "638360", + "cc_000": "6167850", + "cd_000": "1209600", + "ce_000": "246244", + "cf_000": "2", + "cg_000": "96", + "ch_000": "0", + "ci_000": "5245752", + "cj_000": "0", + "ck_000": "916567.68", + "cl_000": "6", + "cm_000": "1924", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "118196", + "cn_004": "1309472", + "cn_005": "3247182", + "cn_006": "1381362", + "cn_007": "98822", + "cn_008": "11208", + "cn_009": "1608", + "co_000": "220", + "cp_000": "240", + "cq_000": "6700214", + "cr_000": "", + "cs_000": "10476", + "cs_001": "1226", + "cs_002": "267998", + "cs_003": "521832", + "cs_004": "428776", + "cs_005": "4015854", + "cs_006": "895240", + "cs_007": "26330", + "cs_008": "118", + "cs_009": "0", + "ct_000": "532", + "cu_000": "734", + "cv_000": "4122704", + "cx_000": "51288", + "cy_000": "0", + "cz_000": "532572", + "da_000": "0", + "db_000": "18", + "dc_000": "5330690", + "dd_000": "4732", + "de_000": "1126", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "62282", + "do_000": "85908", + "dp_000": "32790", + "dq_000": "0", + "dr_000": "0", + "ds_000": "202710", + "dt_000": "37928", + "du_000": "14745580", + "dv_000": "1876644", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "2801180", + "ec_00": "2445.8", + "ed_000": "2712", + "ee_000": "965866", + "ee_001": "1706908", + "ee_002": "1240520", + "ee_003": "493384", + "ee_004": "721044", + "ee_005": "469792", + "ee_006": "339156", + "ee_007": "157956", + "ee_008": "73224", + "ee_009": "0", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "33058", + "ab_000": "", + "ac_000": "0", + "ad_000": "", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "18254", + "ag_005": "653294", + "ag_006": "1720800", + "ag_007": "516724", + "ag_008": "31642", + "ag_009": "0", + "ah_000": "1393352", + "ai_000": "0", + "aj_000": "68", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2560898", + "ao_000": "2127150", + "ap_000": "1084598", + "aq_000": "338544", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "0", + "ax_000": "0", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "71510", + "ay_006": "772720", + "ay_007": "1996924", + "ay_008": "99560", + "ay_009": "0", + "az_000": "7336", + "az_001": "7808", + "az_002": "13776", + "az_003": "13086", + "az_004": "1010074", + "az_005": "1873902", + "az_006": "14726", + "az_007": "6", + "az_008": "0", + "az_009": "0", + "ba_000": "1378576", + "ba_001": "447166", + "ba_002": "199512", + "ba_003": "154298", + "ba_004": "137280", + "ba_005": "138668", + "ba_006": "165908", + "ba_007": "229652", + "ba_008": "87082", + "ba_009": "4708", + "bb_000": "3646660", + "bc_000": "86", + "bd_000": "454", + "be_000": "364", + "bf_000": "350", + "bg_000": "1393352", + "bh_000": "49028", + "bi_000": "688314", + "bj_000": "392208", + "bk_000": "341420", + "bl_000": "359780", + "bm_000": "366560", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "6700", + "bt_000": "33057.51", + "bu_000": "3646660", + "bv_000": "3646660", + "bx_000": "3582034", + "by_000": "17733.0", + "bz_000": "260120", + "ca_000": "115626", + "cb_000": "6900", + "cc_000": "2942850", + "cd_000": "1209600", + "ce_000": "0", + "cf_000": "", + "cg_000": "", + "ch_000": "", + "ci_000": "2291079.36", + "cj_000": "0", + "ck_000": "643536.96", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "38", + "cn_003": "98644", + "cn_004": "1179502", + "cn_005": "1286736", + "cn_006": "336388", + "cn_007": "36294", + "cn_008": "5192", + "cn_009": "56", + "co_000": "", + "cp_000": "0", + "cq_000": "3646660", + "cr_000": "", + "cs_000": "6160", + "cs_001": "796", + "cs_002": "164860", + "cs_003": "350066", + "cs_004": "272956", + "cs_005": "1837600", + "cs_006": "301242", + "cs_007": "9148", + "cs_008": "22", + "cs_009": "0", + "ct_000": "", + "cu_000": "", + "cv_000": "", + "cx_000": "", + "cy_000": "", + "cz_000": "", + "da_000": "", + "db_000": "", + "dc_000": "", + "dd_000": "3312", + "de_000": "522", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "33736", + "do_000": "36946", + "dp_000": "5936", + "dq_000": "0", + "dr_000": "0", + "ds_000": "103330", + "dt_000": "16254", + "du_000": "4510080", + "dv_000": "868538", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "3477820", + "ec_00": "2211.76", + "ed_000": "2334", + "ee_000": "664504", + "ee_001": "824154", + "ee_002": "421400", + "ee_003": "178064", + "ee_004": "293306", + "ee_005": "245416", + "ee_006": "133654", + "ee_007": "81140", + "ee_008": "97576", + "ee_009": "1500", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "41040", + "ab_000": "", + "ac_000": "228", + "ad_000": "100", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "1648", + "ag_005": "370592", + "ag_006": "1883374", + "ag_007": "292936", + "ag_008": "12016", + "ag_009": "0", + "ah_000": "1234132", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "2371990", + "ao_000": "2173634", + "ap_000": "300796", + "aq_000": "153698", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "358", + "ax_000": "110", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "870456", + "ay_007": "239798", + "ay_008": "1450312", + "ay_009": "0", + "az_000": "1620", + "az_001": "1156", + "az_002": "1228", + "az_003": "34250", + "az_004": "1811606", + "az_005": "710672", + "az_006": "34", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "790690", + "ba_001": "672026", + "ba_002": "332340", + "ba_003": "254892", + "ba_004": "189596", + "ba_005": "135758", + "ba_006": "103552", + "ba_007": "81666", + "ba_008": "46", + "ba_009": "0", + "bb_000": "2673338", + "bc_000": "128", + "bd_000": "202", + "be_000": "576", + "bf_000": "4", + "bg_000": "1234132", + "bh_000": "28804", + "bi_000": "160176", + "bj_000": "139730", + "bk_000": "137160", + "bl_000": "130640", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "28000", + "bt_000": "41040.08", + "bu_000": "2673338", + "bv_000": "2673338", + "bx_000": "2678534", + "by_000": "15439.0", + "bz_000": "7466", + "ca_000": "22436", + "cb_000": "248240", + "cc_000": "2560566", + "cd_000": "1209600", + "ce_000": "63328", + "cf_000": "0", + "cg_000": "124", + "ch_000": "0", + "ci_000": "2322692.16", + "cj_000": "0", + "ck_000": "236099.52", + "cl_000": "0", + "cm_000": "0", + "cn_000": "0", + "cn_001": "0", + "cn_002": "0", + "cn_003": "33276", + "cn_004": "1215280", + "cn_005": "1102798", + "cn_006": "196502", + "cn_007": "10260", + "cn_008": "2422", + "cn_009": "28", + "co_000": "0", + "cp_000": "6", + "cq_000": "2673338", + "cr_000": "", + "cs_000": "3584", + "cs_001": "500", + "cs_002": "56362", + "cs_003": "149726", + "cs_004": "100326", + "cs_005": "1744838", + "cs_006": "488302", + "cs_007": "16682", + "cs_008": "246", + "cs_009": "0", + "ct_000": "230", + "cu_000": "292", + "cv_000": "2180528", + "cx_000": "29188", + "cy_000": "22", + "cz_000": "20346", + "da_000": "0", + "db_000": "0", + "dc_000": "2341048", + "dd_000": "1494", + "de_000": "152", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "13876", + "do_000": "38182", + "dp_000": "8138", + "dq_000": "0", + "dr_000": "0", + "ds_000": "65772", + "dt_000": "10534", + "du_000": "300240", + "dv_000": "48028", + "dx_000": "0", + "dy_000": "0", + "dz_000": "0", + "ea_000": "0", + "eb_000": "1040120", + "ec_00": "1018.64", + "ed_000": "1020", + "ee_000": "262032", + "ee_001": "453378", + "ee_002": "277378", + "ee_003": "159812", + "ee_004": "423992", + "ee_005": "409564", + "ee_006": "320746", + "ee_007": "158022", + "ee_008": "95128", + "ee_009": "514", + "ef_000": "0", + "eg_000": "0" + }, + { + "class": "neg", + "aa_000": "12", + "ab_000": "0", + "ac_000": "70", + "ad_000": "66", + "ae_000": "0", + "af_000": "10", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "318", + "ag_004": "2212", + "ag_005": "3232", + "ag_006": "1872", + "ag_007": "0", + "ag_008": "0", + "ag_009": "0", + "ah_000": "2668", + "ai_000": "0", + "aj_000": "0", + "ak_000": "0", + "al_000": "642", + "am_0": "3894", + "an_000": "10184", + "ao_000": "7554", + "ap_000": "10764", + "aq_000": "1014", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "60", + "ax_000": "6", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "0", + "ay_005": "0", + "ay_006": "0", + "ay_007": "2038", + "ay_008": "5596", + "ay_009": "0", + "az_000": "64", + "az_001": "6", + "az_002": "6", + "az_003": "914", + "az_004": "76", + "az_005": "2478", + "az_006": "2398", + "az_007": "1692", + "az_008": "0", + "az_009": "0", + "ba_000": "6176", + "ba_001": "340", + "ba_002": "304", + "ba_003": "102", + "ba_004": "74", + "ba_005": "406", + "ba_006": "216", + "ba_007": "16", + "ba_008": "0", + "ba_009": "0", + "bb_000": "21614", + "bc_000": "2", + "bd_000": "12", + "be_000": "0", + "bf_000": "0", + "bg_000": "2668", + "bh_000": "184", + "bi_000": "7632", + "bj_000": "3090", + "bk_000": "", + "bl_000": "", + "bm_000": "", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "10580", + "bt_000": "12.69", + "bu_000": "21614", + "bv_000": "21614", + "bx_000": "21772", + "by_000": "32", + "bz_000": "50", + "ca_000": "1994", + "cb_000": "21400", + "cc_000": "7710", + "cd_000": "1209600", + "ce_000": "302", + "cf_000": "2", + "cg_000": "6", + "ch_000": "0", + "ci_000": "2135.04", + "cj_000": "0", + "ck_000": "4525.44", + "cl_000": "2", + "cm_000": "16", + "cn_000": "0", + "cn_001": "52", + "cn_002": "2544", + "cn_003": "1894", + "cn_004": "2170", + "cn_005": "822", + "cn_006": "152", + "cn_007": "0", + "cn_008": "0", + "cn_009": "0", + "co_000": "2", + "cp_000": "2", + "cq_000": "21614", + "cr_000": "0", + "cs_000": "1032", + "cs_001": "6", + "cs_002": "24", + "cs_003": "656", + "cs_004": "692", + "cs_005": "4836", + "cs_006": "388", + "cs_007": "0", + "cs_008": "0", + "cs_009": "0", + "ct_000": "138", + "cu_000": "8", + "cv_000": "1666", + "cx_000": "72", + "cy_000": "0", + "cz_000": "12", + "da_000": "0", + "db_000": "0", + "dc_000": "2578", + "dd_000": "76", + "de_000": "62", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "232", + "do_000": "0", + "dp_000": "0", + "dq_000": "2014", + "dr_000": "370", + "ds_000": "48", + "dt_000": "18", + "du_000": "15740", + "dv_000": "1822", + "dx_000": "20174", + "dy_000": "44", + "dz_000": "0", + "ea_000": "0", + "eb_000": "0", + "ec_00": "1.08", + "ed_000": "54", + "ee_000": "5670", + "ee_001": "1566", + "ee_002": "240", + "ee_003": "46", + "ee_004": "58", + "ee_005": "44", + "ee_006": "10", + "ee_007": "0", + "ee_008": "0", + "ee_009": "0", + "ef_000": "4", + "eg_000": "32" + }, + { + "class": "neg", + "aa_000": "60874", + "ab_000": "", + "ac_000": "1368", + "ad_000": "458", + "ae_000": "0", + "af_000": "0", + "ag_000": "0", + "ag_001": "0", + "ag_002": "0", + "ag_003": "0", + "ag_004": "43752", + "ag_005": "1966618", + "ag_006": "1800340", + "ag_007": "131646", + "ag_008": "4588", + "ag_009": "0", + "ah_000": "1974038", + "ai_000": "0", + "aj_000": "226", + "ak_000": "0", + "al_000": "0", + "am_0": "0", + "an_000": "3230626", + "ao_000": "2618878", + "ap_000": "1058136", + "aq_000": "551022", + "ar_000": "0", + "as_000": "0", + "at_000": "0", + "au_000": "0", + "av_000": "1788", + "ax_000": "642", + "ay_000": "0", + "ay_001": "0", + "ay_002": "0", + "ay_003": "0", + "ay_004": "42124", + "ay_005": "372236", + "ay_006": "2128914", + "ay_007": "819596", + "ay_008": "584074", + "ay_009": "0", + "az_000": "1644", + "az_001": "362", + "az_002": "562", + "az_003": "842", + "az_004": "30194", + "az_005": "3911734", + "az_006": "1606", + "az_007": "0", + "az_008": "0", + "az_009": "0", + "ba_000": "1348578", + "ba_001": "1035668", + "ba_002": "338762", + "ba_003": "236540", + "ba_004": "182278", + "ba_005": "151778", + "ba_006": "163248", + "ba_007": "470800", + "ba_008": "19292", + "ba_009": "0", + "bb_000": "4289260", + "bc_000": "448", + "bd_000": "556", + "be_000": "642", + "bf_000": "2", + "bg_000": "1974038", + "bh_000": "86454", + "bi_000": "653692", + "bj_000": "399410", + "bk_000": "306780", + "bl_000": "282560", + "bm_000": "274180", + "bn_000": "", + "bo_000": "", + "bp_000": "", + "bq_000": "", + "br_000": "", + "bs_000": "189000", + "bt_000": "60874.03", + "bu_000": "4289260", + "bv_000": "4289260", + "bx_000": "4283332", + "by_000": "24793.0", + "bz_000": "17052", + "ca_000": "61844", + "cb_000": "654700", + "cc_000": "3946944", + "cd_000": "1209600", + "ce_000": "135720", + "cf_000": "0", + "cg_000": "152", + "ch_000": "0", + "ci_000": "3565684.8", + "cj_000": "0", + "ck_000": "379111.68", + "cl_000": "0", + "cm_000": "746", + "cn_000": "0", + "cn_001": "0", + "cn_002": "356", + "cn_003": "378910", + "cn_004": "2497104", + "cn_005": "993000", + "cn_006": "64230", + "cn_007": "10482", + "cn_008": "2776", + "cn_009": "86", + "co_000": "202", + "cp_000": "212", + "cq_000": "4289260", + "cr_000": "", + "cs_000": "3942", + "cs_001": "520", + "cs_002": "80950", + "cs_003": "227322", + "cs_004": "186242", + "cs_005": "2288268", + "cs_006": "1137268", + "cs_007": "22228", + "cs_008": "204", + "cs_009": "0", + "ct_000": "1716", + "cu_000": "1664", + "cv_000": "3440288", + "cx_000": "215826", + "cy_000": "0", + "cz_000": "4262", + "da_000": "0", + "db_000": "0", + "dc_000": "3590004", + "dd_000": "2026", + "de_000": "444", + "df_000": "0", + "dg_000": "0", + "dh_000": "0", + "di_000": "0", + "dj_000": "0", + "dk_000": "0", + "dl_000": "0", + "dm_000": "0", + "dn_000": "44946", + "do_000": "62648", + "dp_000": "11506", + "dq_000": "0", + "dr_000": "0", + "ds_000": "149474", + "dt_000": "35154", + "du_000": "457040", + "dv_000": "80482", + "dx_000": "98334", + "dy_000": "27588", + "dz_000": "0", + "ea_000": "0", + "eb_000": "21173050", + "ec_00": "1116.06", + "ed_000": "1176", + "ee_000": "404740", + "ee_001": "904230", + "ee_002": "622012", + "ee_003": "229790", + "ee_004": "405298", + "ee_005": "347188", + "ee_006": "286954", + "ee_007": "311560", + "ee_008": "433954", + "ee_009": "1218", + "ef_000": "0", + "eg_000": "0" + } + ] +} + +Shortlisted templates: +[ + { + "template_id": "tpl_m4_group_condition_rate", + "template_name": "Grouped Condition Rate", + "primary_family": "conditional_dependency_structure", + "portability": "yes", + "sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;", + "required_roles": [ + "group_col", + "condition_col" + ] + } +] + +Problem instance: +{ + "dataset_id": "n18", + "question": "Use template Grouped Condition Rate to probe direction_consistency with semantic role within_group_proportion. Focus on group_col=au_000, condition_col=ch_000.", + "planned_template_id": "tpl_m4_group_condition_rate", + "bindings": { + "group_col": "au_000", + "condition_col": "ch_000", + "condition_value": "2", + "positive_value": "0", + "negative_value": "2", + "top_k": 18, + "top_n": 7, + "num_tiles": 10, + "percentile_value": 0.95, + "z_threshold": 2.0, + "fraction_threshold": 0.05, + "baseline_multiplier": 1.75, + "baseline_fraction": 0.1, + "min_group_size": 5, + "min_support": 4, + "measure_threshold": 500.0, + "time_grain": "month", + "lookback_rows": 3, + "current_period_start": "'2024-01-01'", + "current_period_end": "'2024-04-01'", + "previous_period_start": "'2023-10-01'", + "previous_period_end": "'2024-01-01'", + "drift_ratio_threshold": 0.8 + }, + "can_vary": [], + "must_fix": [], + "runtime_sql_skeleton": "SELECT {group_col},\n AVG(CASE WHEN {condition_col} = {condition_value} THEN 1 ELSE 0 END) AS condition_rate\nFROM {table}\nGROUP BY {group_col}\nORDER BY condition_rate DESC;" +} + +Repair context: +{} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_response_attempt_1.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_response_attempt_1.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..02e5863c8bcc1a7ba483d442d233251176e6a1de --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_response_attempt_1.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4110-fffd-71f2-96a5-30487c0f333f"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_response_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_response_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..04afb662ad96dc08ef58d05070b0d8a01eef30b9 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_response_attempt_1.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4110-fffd-71f2-96a5-30487c0f333f"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_response_attempt_2.raw.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_response_attempt_2.raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7244b138bee8495da1186c33b65ae14f9ebec82 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_response_attempt_2.raw.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4111-11d7-7482-af97-7f94d018e114"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_response_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_response_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7daf15dc5af2eabcd6729be1b7d31eb5c09b9d7 --- /dev/null +++ b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_response_attempt_2.txt @@ -0,0 +1,4 @@ +{"type":"thread.started","thread_id":"019e4111-11d7-7482-af97-7f94d018e114"} +{"type":"turn.started"} +{"type":"error","message":"Quota exceeded. Check your plan and billing details."} +{"type":"turn.failed","error":{"message":"Quota exceeded. Check your plan and billing details."}} \ No newline at end of file diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_stderr_attempt_1.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_stderr_attempt_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_stderr_attempt_2.txt b/Query/sql/v2/runs/v2_cli_20260502_081223_f/n18/artifacts/v2q_n18_fc8206615392e6b4/cli/sql_stderr_attempt_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391